diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2023-05-03 12:50:26 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-05-03 12:52:46 +0200 |
commit | 786e2b8bdb5e06e1d5125855c1a719802f178de1 (patch) | |
tree | 7a65648e35bf158574ffa5d189ecb07933419c9a /doc/user/bgp.rst | |
parent | Merge pull request #13422 from donaldsharp/pim_thread_off_fix (diff) | |
download | frr-786e2b8bdb5e06e1d5125855c1a719802f178de1.tar.xz frr-786e2b8bdb5e06e1d5125855c1a719802f178de1.zip |
Revert "MPLS allocation mode per next hop"
Broken tests, let's revert now.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'doc/user/bgp.rst')
-rw-r--r-- | doc/user/bgp.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 3910caf7f..e2cc121d9 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2890,13 +2890,6 @@ 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 |