diff options
author | Robert Göhler <github@ghlr.de> | 2022-02-08 20:40:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 20:40:35 +0100 |
commit | ba1fd831413373596dd1d608fade8c7c95114095 (patch) | |
tree | 7fc9af228204787d9815d298c77c7368a35415ee | |
parent | a2afabe3fcff54765e303bea75279b13dcd98a83 (diff) | |
parent | 8277d906cbe811064174b231cf2e4ffca2975fdc (diff) | |
download | vyos-documentation-ba1fd831413373596dd1d608fade8c7c95114095.tar.gz vyos-documentation-ba1fd831413373596dd1d608fade8c7c95114095.zip |
Merge pull request #710 from Southparkfan/patch-1
BFD: fix commands for operational mode and configuration mode
-rw-r--r-- | docs/configuration/protocols/bfd.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/protocols/bfd.rst b/docs/configuration/protocols/bfd.rst index 60f9ffd0..dac1bf0f 100644 --- a/docs/configuration/protocols/bfd.rst +++ b/docs/configuration/protocols/bfd.rst @@ -1,4 +1,4 @@ -:lastproofread: 2021-09-28 +:lastproofread: 2022-02-05 .. include:: /_include/need_improvement.txt @@ -72,11 +72,11 @@ Enable BFD in BGP Enable BFD in OSPF ------------------ -.. cfgcmd:: set interfaces ethernet <interface> ip ospf bfd +.. cfgcmd:: set protocols ospf interface <interface> bfd Enable BFD for OSPF on an interface -.. cfgcmd:: set interfaces ethernet <interface> ipv6 ospfv3 bfd +.. cfgcmd:: set protocols ospfv3 interface <interface> bfd Enable BFD for OSPFv3 on an interface @@ -93,7 +93,7 @@ Enable BFD in ISIS Operational Commands ==================== -.. opcmd:: show protocols bfd peer +.. opcmd:: show bfd peers Show all BFD peers |