Allow recursive path resolution for clients on roaming-mode interfaces

This commit is contained in:
Mark Qvist 2024-05-12 12:31:51 +02:00
parent 43fc2a6c92
commit 09d9285104

View File

@ -42,7 +42,7 @@ class Interface:
# Which interface modes a Transport Node should # Which interface modes a Transport Node should
# actively discover paths for. # actively discover paths for.
DISCOVER_PATHS_FOR = [MODE_ACCESS_POINT, MODE_GATEWAY] DISCOVER_PATHS_FOR = [MODE_ACCESS_POINT, MODE_GATEWAY, MODE_ROAMING]
# How many samples to use for announce # How many samples to use for announce
# frequency calculations # frequency calculations