Update bird.conf.tmpl
Update BFD to be more tolerant as we are connecting over the Internet
This commit is contained in:
parent
32973ccc25
commit
47aa5b77e4
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user