From 692a5f994fceb4e58415215d1fe321bdb377c766 Mon Sep 17 00:00:00 2001 From: r3m8 Date: Fri, 27 Mar 2026 21:16:59 +0100 Subject: [PATCH] docs: add BFD local-address and interface documentation for BGP neighbors --- source/manual/dynamic_routing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/manual/dynamic_routing.rst b/source/manual/dynamic_routing.rst index b6deaaab..a3eb2c94 100644 --- a/source/manual/dynamic_routing.rst +++ b/source/manual/dynamic_routing.rst @@ -646,6 +646,8 @@ BFD (Bidirectional Forward Detection) **Peer-IP** Specify the IP of your neighbor. **Multihop** Enables multi-hop mode, allowing BFD to expect packets with TTL less than 254 and listen on the multihop port (4784). Note: Echo mode is not supported in multi-hop (see RFC 5883, section 3). + **Local Address** Specifies the local IP address to bind the peer listener to and to use for sending packets. This option is mandatory for IPv6. + **Interface** Selects which interface to use for this BFD peer. **Detect multiplier** Configures the detection multiplier to determine packet loss. The remote transmission interval will be multiplied by this value to determine the connection loss detection timer. The default value is 3. **Receive interval** Configures the minimum interval that this system is capable of receiving control packets. Defaults to 300 ms.