Update bird.conf.tmpl

This commit is contained in:
sump pump 2020-10-24 19:33:51 -06:00 committed by GitHub
parent 47aa5b77e4
commit e82882da8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,10 +171,10 @@ protocol kernel { # Primary routing table
# BFD
protocol bfd {
interface "${network_name:-lixonet}" {
min rx interval 250 ms;
min tx interval 250 ms;
min rx interval 1000 ms;
min tx interval 1000 ms;
idle tx interval 1000 ms;
multiplier 10;
multiplier 5;
};
};