Committed by
Gerrit Code Review
ONOS-3460 - Link provider that enforces strict configuration
This provider uses the "links" configuration of the network config and only allows discovery of links that are in the config. Refactoring will be done in a subsequent patch set - the DiscoveryContext and LinkDiscovery classes are duplicates, they need to be refactored so the LLDP provider and the Network Config provider can share them. Change-Id: I4de12fc1c4ffa05e3cac7767b8a31f48ba379f6c
Showing
19 changed files
with
671 additions
and
55 deletions
providers/netcfglinks/pom.xml
0 → 100644
providers/netcfglinks/src/main/java/org/onosproject/provider/netcfglinks/DiscoveryContext.java
0 → 100644
providers/netcfglinks/src/main/java/org/onosproject/provider/netcfglinks/LinkDiscovery.java
0 → 100644
This diff is collapsed. Click to expand it.
providers/netcfglinks/src/main/java/org/onosproject/provider/netcfglinks/package-info.java
0 → 100644
-
Please register or login to post a comment