|
|
@ -16,7 +16,7 @@ class OspfDataTopologyProvider(TopologyProvider):
|
|
|
|
# feel trustworthy (I don't really understand them, but I think they
|
|
|
|
# feel trustworthy (I don't really understand them, but I think they
|
|
|
|
# depend on designated routers and interface numbers, changes of which
|
|
|
|
# depend on designated routers and interface numbers, changes of which
|
|
|
|
# should not cause us to think that is a different network)
|
|
|
|
# should not cause us to think that is a different network)
|
|
|
|
self.network_renames = {}
|
|
|
|
self.network_renames : dict[str,str] = {}
|
|
|
|
# We only care for areas:
|
|
|
|
# We only care for areas:
|
|
|
|
# TODO: Should we support global visualisation configuration?
|
|
|
|
# TODO: Should we support global visualisation configuration?
|
|
|
|
for directive, details in parsed:
|
|
|
|
for directive, details in parsed:
|
|
|
|