diff options
| author | rebortg <github@ghlr.de> | 2021-09-29 21:35:34 +0200 | 
|---|---|---|
| committer | rebortg <github@ghlr.de> | 2021-09-29 21:35:34 +0200 | 
| commit | b54b1ef2fb6c8a35cbcc6267d6a66577ccd9eeee (patch) | |
| tree | de4b3f8f9e2184e069eff6b1fe5a9a6d8524ee5b | |
| parent | 36fd68fa4bbc4004c625f730c5e9526c3db657dc (diff) | |
| download | vyos-documentation-b54b1ef2fb6c8a35cbcc6267d6a66577ccd9eeee.tar.gz vyos-documentation-b54b1ef2fb6c8a35cbcc6267d6a66577ccd9eeee.zip | |
bfd: correct spelling and grammar
| -rw-r--r-- | docs/configuration/protocols/bfd.rst | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/docs/configuration/protocols/bfd.rst b/docs/configuration/protocols/bfd.rst index e5153667..60f9ffd0 100644 --- a/docs/configuration/protocols/bfd.rst +++ b/docs/configuration/protocols/bfd.rst @@ -1,3 +1,5 @@ +:lastproofread: 2021-09-28 +  .. include:: /_include/need_improvement.txt  .. _routing-bfd: @@ -34,7 +36,7 @@ Configure BFD  .. cfgcmd:: set protocols bfd peer <address> source     [address <address> | interface <interface>] -   Bind listener to specifid interface/address, mandatory for IPv6 +   Bind listener to specific interface/address, mandatory for IPv6  .. cfgcmd:: set protocols bfd peer <address> interval echo-interval <10-60000> @@ -72,11 +74,11 @@ Enable BFD in OSPF  .. cfgcmd:: set interfaces ethernet <interface> ip ospf bfd -   Enable BFD for OSPF on a interface +   Enable BFD for OSPF on an interface  .. cfgcmd:: set interfaces ethernet <interface> ipv6 ospfv3 bfd -   Enable BFD for OSPFv3 on a interface +   Enable BFD for OSPFv3 on an interface  Enable BFD in ISIS @@ -84,7 +86,7 @@ Enable BFD in ISIS  .. cfgcmd:: set protocols isis <name> interface <interface> bfd -   Enable BFD for ISIS on a interface +   Enable BFD for ISIS on an interface | 
