diff --git a/bird/conf/bfd.conf b/bird/conf/bfd.conf new file mode 100644 index 0000000..104f93d --- /dev/null +++ b/bird/conf/bfd.conf @@ -0,0 +1,6 @@ +protocol bfd { + interface "wg_%" { + interval 50 ms; + multiplier 3; + }; +} \ No newline at end of file