From 2ca6b4e611468ec91f97456348f2a33541c6c103 Mon Sep 17 00:00:00 2001 From: maehdros Date: Sun, 19 Apr 2020 17:23:19 +0200 Subject: bfd: add missing peer keyword to syntax Added the 'peer' keyword in the syntax --- docs/routing/bfd.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/routing') diff --git a/docs/routing/bfd.rst b/docs/routing/bfd.rst index 38963b94..1d494332 100644 --- a/docs/routing/bfd.rst +++ b/docs/routing/bfd.rst @@ -13,35 +13,35 @@ the following RFCs: :rfc:`5880`, :rfc:`5881` and :rfc:`5883`. Configure BFD ============= -.. cfgcmd:: set protocols bfd
+.. cfgcmd:: set protocols bfd peer
Set BFD peer IPv4 address or IPv6 address -.. cfgcmd:: set protocols bfd
echo-mode +.. cfgcmd:: set protocols bfd peer
echo-mode Enables the echo transmission mode -.. cfgcmd:: set protocols bfd
multihop +.. cfgcmd:: set protocols bfd peer
multihop Allow this BFD peer to not be directly connected -.. cfgcmd:: set protocols bfd
source [address
| interface ] +.. cfgcmd:: set protocols bfd peer
source [address
| interface ] Bind listener to specifid interface/address, mandatory for IPv6 -.. cfgcmd:: set protocols bfd
interval echo-interval <10-60000> +.. cfgcmd:: set protocols bfd peer
interval echo-interval <10-60000> The minimal echo receive transmission interval that this system is capable of handling -.. cfgcmd:: set protocols bfd
interval multiplier <2-255> +.. cfgcmd:: set protocols bfd peer
interval multiplier <2-255> Remote transmission interval will be multiplied by this value -.. cfgcmd:: set protocols bfd
interval [receive | transmit] <10-60000> +.. cfgcmd:: set protocols bfd peer
interval [receive | transmit] <10-60000> Interval in milliseconds -.. cfgcmd:: set protocols bfd
shutdown +.. cfgcmd:: set protocols bfd peer
shutdown Disable a BFD peer -- cgit v1.2.3