Files
routing/babels/patches/0002-ipv6-subtrees-default-on.patch
T
Steven Barth b46e7f995f babels: bump and enable subtrees by default
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-21 10:27:48 +02:00

12 lines
273 B
Diff

--- a/babeld.c
+++ b/babeld.c
@@ -60,7 +60,7 @@ int debug = 0;
int link_detect = 0;
int all_wireless = 0;
-int has_ipv6_subtrees = 0;
+int has_ipv6_subtrees = 1;
int default_wireless_hello_interval = -1;
int default_wired_hello_interval = -1;
int resend_delay = -1;