diff options
author | rebortg <github@ghlr.de> | 2021-09-29 21:35:34 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-09-29 21:36:18 +0200 |
commit | b1105d89eab2ac3ddf960f5cd154be3bbee4781d (patch) | |
tree | 4dd22ea7661db57b6200f1ee48c2d6e9f10bb4cb /docs/configuration/protocols/bfd.rst | |
parent | 34bf4bde8e02a208fa267316f882a1db9230edf3 (diff) | |
download | vyos-documentation-b1105d89eab2ac3ddf960f5cd154be3bbee4781d.tar.gz vyos-documentation-b1105d89eab2ac3ddf960f5cd154be3bbee4781d.zip |
bfd: correct spelling and grammar
(cherry picked from commit b54b1ef2fb6c8a35cbcc6267d6a66577ccd9eeee)
Diffstat (limited to 'docs/configuration/protocols/bfd.rst')
-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 8d19334c..eb8088fd 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 |