fix link loops
This commit is contained in:
parent
e98f70e5b6
commit
0d24e4518f
|
@ -110,6 +110,10 @@ class NodeDB:
|
||||||
except:
|
except:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
# filter TT links merged in previous step
|
||||||
|
if router == neighbor:
|
||||||
|
continue
|
||||||
|
|
||||||
link = Link()
|
link = Link()
|
||||||
link.source = LinkConnector()
|
link.source = LinkConnector()
|
||||||
link.source.interface = x['router']
|
link.source.interface = x['router']
|
||||||
|
|
Loading…
Reference in a new issue