Added internal interface mode

This commit is contained in:
Mark Qvist
2026-06-19 19:27:52 +02:00
parent 51b7dc7cd4
commit 71f6f721fd
6 changed files with 50 additions and 9 deletions
+2 -1
View File
@@ -48,10 +48,11 @@ class Interface:
MODE_ROAMING = 0x04
MODE_BOUNDARY = 0x05
MODE_GATEWAY = 0x06
MODE_INTERNAL = 0x07
# Which interface modes a Transport Node should
# actively discover paths for.
DISCOVER_PATHS_FOR = [MODE_ACCESS_POINT, MODE_GATEWAY, MODE_ROAMING]
DISCOVER_PATHS_FOR = [MODE_ACCESS_POINT, MODE_GATEWAY, MODE_ROAMING, MODE_INTERNAL]
# How many samples to use for announce
# frequency calculations