diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-11-12 16:26:25 -0500 |
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2020-11-12 16:26:25 -0500 |
| commit | ef1b6319a56a09cc29e6d1fb767cc48a50933a9c (patch) | |
| tree | bc52b309c1a366c3838c42052c768f0f1ac915b1 | |
| parent | a6aa46cc1ec5e321046f6f7555d5c35f368de4b1 (diff) | |
doc: fix dup label in bgp doc
Make a label about v6 unique.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
| -rw-r--r-- | doc/user/bgp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 00ae4c082e..4f036ee709 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -962,7 +962,7 @@ Networks traditional did not check for existence. For versions 7.4 and beyond both traditional and datacenter the network must exist. -.. _ipv6-support: +.. _bgp-ipv6-support: IPv6 Support ------------ @@ -970,7 +970,7 @@ IPv6 Support .. index:: [no] neighbor A.B.C.D activate .. clicmd:: [no] neighbor A.B.C.D activate - This coonfiguration modifies whether to enable an address family for a + This configuration modifies whether to enable an address family for a specific neighbor. By default only the IPv4 unicast address family is enabled. |
