keepalived: add config for bfd_instance
authorRishabh <redacted>
Mon, 20 Apr 2026 17:23:07 +0000 (22:53 +0530)
committerFlorian Eckert <redacted>
Mon, 27 Apr 2026 12:28:04 +0000 (14:28 +0200)
Add config for bfd_instance in keepalived.config.
This includes all currently supported options.

Signed-off-by: Rishabh <redacted>
net/keepalived/files/keepalived.config

index 6fbe8542e39d4418f0e58254c15b61df2443ce20..4c11e05ddbb6b6ec10070f45e009238b7ee45be0 100644 (file)
@@ -104,6 +104,17 @@ config globals 'globals'
 #      option value    "<script-file2>"
 #      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"
-
git clone https://git.99rst.org/PROJECT