From 09d9285104935461b7a580ce5eda93002e916962 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 12 May 2024 12:31:51 +0200 Subject: [PATCH] Allow recursive path resolution for clients on roaming-mode interfaces --- RNS/Interfaces/Interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Interfaces/Interface.py b/RNS/Interfaces/Interface.py index 9ba3996..eb987a2 100755 --- a/RNS/Interfaces/Interface.py +++ b/RNS/Interfaces/Interface.py @@ -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