diff --git a/nodedb.py b/nodedb.py index f553f81..45a4218 100644 --- a/nodedb.py +++ b/nodedb.py @@ -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']