diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-05-12 19:56:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 19:56:01 +0200 |
commit | edc886635d19b1d9e16c1c12671916b4c0ba770f (patch) | |
tree | 7a6646bc6085f2111a4a8b1931000d3991282f93 /doc | |
parent | Merge pull request #13518 from mjstapp/clang_align_macros (diff) | |
parent | doc: add bgp allocation-mode per nexthop information (diff) | |
download | frr-edc886635d19b1d9e16c1c12671916b4c0ba770f.tar.xz frr-edc886635d19b1d9e16c1c12671916b4c0ba770f.zip |
Merge pull request #13463 from pguibert6WIND/mpls_alloc_per_nh_2
Mpls allocatio mode per nexthop
Diffstat (limited to 'doc')
-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 ed5d6cb5c..f045ca239 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2897,6 +2897,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 |