From 08f63e772c5ef162dc7272c09d89dbbdab0dfcfb Mon Sep 17 00:00:00 2001 From: gaoyuheng Date: Mon, 25 May 2026 16:16:27 +0800 Subject: [PATCH] bfd enable --- bird/conf/bfd.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bird/conf/bfd.conf 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