diff options
author | Stephen James <stephenorjames@gmail.com> | 2020-01-11 23:34:32 -0500 |
---|---|---|
committer | Stephen James <stephenorjames@gmail.com> | 2020-01-11 23:37:28 -0500 |
commit | 74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34 (patch) | |
tree | ea06c94dca1c8693053dd9d481638b92a084fe6b /docs/routing | |
parent | 689756182ba1e16df51315407cdc749e6136e0cc (diff) | |
download | vyos-documentation-74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34.tar.gz vyos-documentation-74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34.zip |
Fix some typos and capitalizations
Diffstat (limited to 'docs/routing')
-rw-r--r-- | docs/routing/arp.rst | 4 | ||||
-rw-r--r-- | docs/routing/bgp.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/routing/arp.rst b/docs/routing/arp.rst index 70d83503..1587fbbe 100644 --- a/docs/routing/arp.rst +++ b/docs/routing/arp.rst @@ -29,7 +29,7 @@ Operation .. opcmd:: show protocols static arp - Display all known ARP table entries spanning accross all interfaces + Display all known ARP table entries spanning across all interfaces .. code-block:: none @@ -50,4 +50,4 @@ Operation 10.1.1.1 ether 00:53:00:de:23:2e C eth1 10.1.1.100 ether 00:53:00:de:23:aa CM eth1 -.. _ARP: https://en.wikipedia.org/wiki/Address_Resolution_Protocol
\ No newline at end of file +.. _ARP: https://en.wikipedia.org/wiki/Address_Resolution_Protocol diff --git a/docs/routing/bgp.rst b/docs/routing/bgp.rst index 41be5c6c..f1c183dc 100644 --- a/docs/routing/bgp.rst +++ b/docs/routing/bgp.rst @@ -177,7 +177,7 @@ Route Selection .. cfgcmd:: set protocols bgp <asn> parameters bestpath as-path confed This command specifies that the length of confederation path sets and - sequences should should be taken into account during the BGP best path + sequences should be taken into account during the BGP best path decision process. .. cfgcmd:: set protocols bgp <asn> parameters bestpath as-path multipath-relax |