Update bird.conf.tmpl

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

View File

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