[Olsr-dev] [PATCH v1 27/44] txtinfo: expand SIW_RUNTIME_ALL to include all runtime information

Ferry Huberts (spam-protected)
Fri Nov 27 10:43:20 CET 2015


From: Ferry Huberts <(spam-protected)>

Signed-off-by: Ferry Huberts <(spam-protected)>
---
 lib/txtinfo/src/olsrd_txtinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/txtinfo/src/olsrd_txtinfo.c b/lib/txtinfo/src/olsrd_txtinfo.c
index 0a83a5c..dd2570d 100644
--- a/lib/txtinfo/src/olsrd_txtinfo.c
+++ b/lib/txtinfo/src/olsrd_txtinfo.c
@@ -118,7 +118,7 @@ static void ipc_action(int, void *, unsigned int);
 #define SIW_INTERFACES 0x0080
 #define SIW_2HOP 0x0100
 #define SIW_SGW 0x0200
-#define SIW_RUNTIME_ALL (SIW_NEIGHBORS | SIW_LINKS | SIW_ROUTES | SIW_HNA | SIW_MID | SIW_TOPOLOGY)
+#define SIW_RUNTIME_ALL (SIW_NEIGHBORS | SIW_LINKS | SIW_ROUTES | SIW_HNA | SIW_MID | SIW_TOPOLOGY | SIW_GATEWAYS | SIW_INTERFACES | SIW_2HOP | SIW_SGW)
 
 /* these only change at olsrd startup */
 #define SIW_VERSION 0x0400
-- 
2.5.0




More information about the Olsr-dev mailing list