]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: clarify mpls label export docs 4367/head
authorbtarno <btarno@gmail.com>
Wed, 15 May 2019 17:26:25 +0000 (12:26 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 17 May 2019 22:05:23 +0000 (22:05 +0000)
The current wording can sometimes be misinterpreted to mean that this
command is optional, but for an MPLS-VPN to function a VPN label MUST be
assigned to routes exported from the VPN.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/user/bgp.rst

index d663b4fc10f920c979ff2b2fa5d9664bf8503568..768f22c87320a0eda797dca3d5154ffe4b1cfe70 100644 (file)
@@ -1862,11 +1862,11 @@ address-family:
 .. index:: label vpn export (0..1048575)|auto
 .. clicmd:: label vpn export (0..1048575)|auto
 
-   Specifies an optional MPLS label to be attached to a route exported from the
-   current unicast VRF to VPN. If label is specified as ``auto``, the label
-   value is automatically assigned from a pool maintained by the zebra
-   daemon. If zebra is not running, automatic label assignment will not
-   complete, which will block corresponding route export.
+   Enables an MPLS label to be attached to a route exported from the current
+   unicast VRF to VPN. If the value specified is ``auto``, the label value is
+   automatically assigned from a pool maintained by the Zebra daemon. If Zebra
+   is not running, or if this command is not configured, automatic label
+   assignment will not complete, which will block corresponding route export.
 
 .. index:: no label vpn export [(0..1048575)|auto]
 .. clicmd:: no label vpn export [(0..1048575)|auto]