From 3daa4dd5e915c17379bccce044c97d700360e74f Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Tue, 31 Jan 2023 11:05:12 +0100 Subject: [PATCH] doc: add bgp allocation-mode per nexthop information Add bgp allocation-mode per nexthop information. Signed-off-by: Philippe Guibert PR=81857 Link: https://github.com/FRRouting/frr/pull/12646 Signed-off-by: Philippe Guibert Acked-by: Louis Scalbert --- doc/user/bgp.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index e46cb77b37..394a6987fc 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2890,6 +2890,13 @@ address-family: extended community values as described in :ref:`bgp-extended-communities-attribute`. +.. clicmd:: label vpn export allocation-mode per-vrf|per-nexthop + + Select how labels are allocated in the given VRF. By default, the `per-vrf` + mode is selected, and one label is used for all prefixes from the VRF. The + `per-nexthop` will use a unique label for all prefixes that are reachable + via the same nexthop. + .. clicmd:: label vpn export (0..1048575)|auto Enables an MPLS label to be attached to a route exported from the current -- 2.39.5