Repositories
/
olsrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3fab698
)
txtinfo: expand SIW_RUNTIME_ALL to include all runtime information
author
Ferry Huberts
<ferry.huberts@pelagic.nl>
Thu, 26 Nov 2015 18:48:01 +0000
(19:48 +0100)
committer
Ferry Huberts
<ferry.huberts@pelagic.nl>
Fri, 27 Nov 2015 09:17:22 +0000
(10:17 +0100)
Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
lib/txtinfo/src/olsrd_txtinfo.c
patch
|
blob
|
history
diff --git
a/lib/txtinfo/src/olsrd_txtinfo.c
b/lib/txtinfo/src/olsrd_txtinfo.c
index
0a83a5c
..
dd2570d
100644
(file)
--- 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