diff options
author | rebortg <github@ghlr.de> | 2020-12-11 22:41:24 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-11 22:41:24 +0100 |
commit | 7b04596343a1894a638ff1de030fb0a179980194 (patch) | |
tree | 49b21999320823f55f5a6aeab37d387039073863 /docs/configuration/protocols/bfd.rst | |
parent | 71c8077efb486f3d13c610bfe038f206f932e48c (diff) | |
download | vyos-documentation-7b04596343a1894a638ff1de030fb0a179980194.tar.gz vyos-documentation-7b04596343a1894a638ff1de030fb0a179980194.zip |
protocols: fix lint errors
Diffstat (limited to 'docs/configuration/protocols/bfd.rst')
-rw-r--r-- | docs/configuration/protocols/bfd.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/configuration/protocols/bfd.rst b/docs/configuration/protocols/bfd.rst index b8fdf489..20ff3b8a 100644 --- a/docs/configuration/protocols/bfd.rst +++ b/docs/configuration/protocols/bfd.rst @@ -25,19 +25,22 @@ Configure BFD Allow this BFD peer to not be directly connected -.. cfgcmd:: set protocols bfd peer <address> source [address <address> | interface <interface>] +.. cfgcmd:: set protocols bfd peer <address> source + [address <address> | interface <interface>] Bind listener to specifid interface/address, mandatory for IPv6 .. cfgcmd:: set protocols bfd peer <address> interval echo-interval <10-60000> - The minimal echo receive transmission interval that this system is capable of handling + The minimal echo receive transmission interval that this system is + capable of handling .. cfgcmd:: set protocols bfd peer <address> interval multiplier <2-255> Remote transmission interval will be multiplied by this value -.. cfgcmd:: set protocols bfd peer <address> interval [receive | transmit] <10-60000> +.. cfgcmd:: set protocols bfd peer <address> interval + [receive | transmit] <10-60000> Interval in milliseconds |