mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-04 11:51:43 +02:00
Fix to the NetworkConfigLinksProvider name to allow contextual use with LLDP provider. Needed for multi-layer deployments.
Change-Id: I95b2b78eb54f343f97e609f48b012149e5173875
This commit is contained in:
parent
ce626383ef
commit
2c8a590b06
@ -140,7 +140,7 @@ public class NetworkConfigLinksProvider
|
||||
private AtomicReference<ClusterMetadata> clusterMetadata = new AtomicReference<>();
|
||||
|
||||
public NetworkConfigLinksProvider() {
|
||||
super(new ProviderId("lldp", PROVIDER_NAME));
|
||||
super(new ProviderId("netcfglinks", PROVIDER_NAME));
|
||||
}
|
||||
|
||||
private String buildSrcMac() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user