Added announces_to_internal interface option

This commit is contained in:
Mark Qvist
2026-07-22 19:01:34 +02:00
parent b051e76d00
commit 1af173e8a5
4 changed files with 14 additions and 2 deletions
+1
View File
@@ -111,6 +111,7 @@ class Interface:
self.bootstrap_only = False
self.recursive_prs = False
self.announces_from_internal = True
self.announces_to_internal = None
self.parent_interface = None
self.spawned_interfaces = None
self.tunnel_id = None