From: Rishabh Date: Mon, 20 Apr 2026 17:23:07 +0000 (+0530) Subject: keepalived: add config for bfd_instance X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b3a0f57c4f9997cb62cfc69451d83fe8d01e4a87;p=openwrt-packages.git keepalived: add config for bfd_instance Add config for bfd_instance in keepalived.config. This includes all currently supported options. Signed-off-by: Rishabh --- diff --git a/net/keepalived/files/keepalived.config b/net/keepalived/files/keepalived.config index 6fbe8542e..4c11e05dd 100644 --- a/net/keepalived/files/keepalived.config +++ b/net/keepalived/files/keepalived.config @@ -104,6 +104,17 @@ config globals 'globals' # option value "" # option weight "2" +#config bfd_instance +# option name "bfd_instance1" +# option neighbor_ip "192.168.10.1" +# option source_ip "192.168.20.1" +# option min_rx "300" +# option min_tx "300" +# option idle_tx "1000" +# option hoplimit "30" +# option max_hops "30" +# option weight "50" + #config vrrp_instance # option name "VI_1" # option use_vmac "eth0" @@ -194,4 +205,3 @@ config globals 'globals' # option name "url2" # option path "/testurl/test2.jsp" # option digest "22" -