diff options
author | kroy <kroy@kroy.io> | 2020-08-27 23:42:57 -0500 |
---|---|---|
committer | kroy <kroy@kroy.io> | 2020-08-27 23:42:57 -0500 |
commit | 7f209a2a456ea27a3d7b13b05e78401c48670131 (patch) | |
tree | 1dd112ea804b59136e03debf6a0567a258670fa8 /docs | |
parent | 94cb57184d11ce6706b57c301c8dc182332bf6e1 (diff) | |
download | vyos-documentation-7f209a2a456ea27a3d7b13b05e78401c48670131.tar.gz vyos-documentation-7f209a2a456ea27a3d7b13b05e78401c48670131.zip |
bgp: fix missing ` termination
Diffstat (limited to 'docs')
-rw-r--r-- | docs/routing/bgp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/routing/bgp.rst b/docs/routing/bgp.rst index 2c5e7089..c576d836 100644 --- a/docs/routing/bgp.rst +++ b/docs/routing/bgp.rst @@ -4,7 +4,7 @@ BGP ### -:abbr:`BGP (Border Gateway Protocol) is one of the Exterior Gateway Protocols +:abbr:`BGP (Border Gateway Protocol)` is one of the Exterior Gateway Protocols and the de facto standard interdomain routing protocol. The latest BGP version is 4. BGP-4 is described in :rfc:`1771` and updated by :rfc:`4271`. :rfc:`2858` adds multiprotocol support to BGP. |