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