bfd enable

This commit is contained in:
2026-05-25 16:16:27 +08:00
parent f1d95ca88f
commit 08f63e772c

6
bird/conf/bfd.conf Normal file
View File

@@ -0,0 +1,6 @@
protocol bfd {
interface "wg_%" {
interval 50 ms;
multiplier 3;
};
}