Allow recursive path resolution for clients on roaming-mode interfaces
This commit is contained in:
parent
43fc2a6c92
commit
09d9285104
|
@ -42,7 +42,7 @@ class Interface:
|
|||
|
||||
# Which interface modes a Transport Node should
|
||||
# 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
|
||||
# frequency calculations
|
||||
|
|
Loading…
Reference in New Issue