> # and we fail over in 32 seconds
What happens if you apply the following patch?
diff --git a/babeld.c b/babeld.c
index 3127e72..0183b32 100644
--- a/babeld.c
+++ b/babeld.c
@@ -744,7 +744,7 @@ main(int argc, char **argv)
if(timeval_compare(&check_interfaces_timeout, &now) < 0) {
check_interfaces();
- schedule_interfaces_check(30000, 1);
+ schedule_interfaces_check(1000, 1);
}
if(now.tv_sec >= expiry_time) {
_______________________________________________
Babel-users mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users