diff --git a/bundles/bird/metadata.py b/bundles/bird/metadata.py index 38794ba..c442a26 100644 --- a/bundles/bird/metadata.py +++ b/bundles/bird/metadata.py @@ -43,6 +43,9 @@ def neighbor_info_from_wireguard(metadata): except NoSuchNode: continue + if not rnode.has_bundle('bird'): + continue + neighbors[name] = { 'local_ip': config['my_ip'], 'local_as': my_as,