From 47aa5b77e4ba6b366359cd6557ab92be4009ce31 Mon Sep 17 00:00:00 2001 From: sump pump Date: Tue, 7 Jul 2020 13:43:45 -0600 Subject: [PATCH] Update bird.conf.tmpl Update BFD to be more tolerant as we are connecting over the Internet --- bird/bird.conf.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bird/bird.conf.tmpl b/bird/bird.conf.tmpl index 8e490b6..1c4dc50 100644 --- a/bird/bird.conf.tmpl +++ b/bird/bird.conf.tmpl @@ -171,9 +171,10 @@ protocol kernel { # Primary routing table # BFD protocol bfd { interface "${network_name:-lixonet}" { - min rx interval 20 ms; + min rx interval 250 ms; min tx interval 250 ms; - idle tx interval 300 ms; + idle tx interval 1000 ms; + multiplier 10; }; };