Added bootstrap_only interface option

This commit is contained in:
Mark Qvist
2026-01-03 20:00:22 +01:00
parent 01984a33eb
commit 7cadb3af8b
3 changed files with 36 additions and 17 deletions

View File

@@ -87,6 +87,7 @@ class Interface:
self.supports_discovery = False
self.discoverable = False
self.last_discovery_announce = 0
self.bootstrap_only = False
self.parent_interface = None
self.spawned_interfaces = None
self.tunnel_id = None