diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2023-01-31 11:05:12 +0100 |
---|---|---|
committer | Philippe Guibert <philippe.guibert@6wind.com> | 2023-05-09 21:01:13 +0200 |
commit | 3daa4dd5e915c17379bccce044c97d700360e74f (patch) | |
tree | 30b64dea4af88f008a30bccf2681eb2759980015 /doc/user/bgp.rst | |
parent | topotests: add bgp_vpnv6 test allocation (diff) | |
download | frr-3daa4dd5e915c17379bccce044c97d700360e74f.tar.xz frr-3daa4dd5e915c17379bccce044c97d700360e74f.zip |
doc: add bgp allocation-mode per nexthop information
Add bgp allocation-mode per nexthop information.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
PR=81857
Link: https://github.com/FRRouting/frr/pull/12646
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Acked-by: Louis Scalbert <louis.scalbert@6wind.com>
Diffstat (limited to 'doc/user/bgp.rst')
-rw-r--r-- | doc/user/bgp.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index e46cb77b3..394a6987f 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 |