Update bird.conf.tmpl

Update BFD to be more tolerant as we are connecting over the Internet
This commit is contained in:
sump pump 2020-07-07 13:43:45 -06:00 committed by GitHub
parent 32973ccc25
commit 47aa5b77e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
};