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 | |
| parent | 37a02a8dcb0dcbd46e93307559a2aacb3d1f7681 (diff) | |
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>
| -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 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 |
