diff options
author | Mark Stapp <mjs@voltanet.io> | 2019-11-27 19:02:23 +0100 |
---|---|---|
committer | Mark Stapp <mjs@voltanet.io> | 2019-12-03 22:54:35 +0100 |
commit | db2fede9904d5b2cb51abf7fa071fca27c37104d (patch) | |
tree | 7ca731f5735ae728ef3570c71c568ed9e2d12945 /doc | |
parent | Merge pull request #5381 from donaldsharp/zebra_100_is_no_good (diff) | |
download | frr-db2fede9904d5b2cb51abf7fa071fca27c37104d.tar.xz frr-db2fede9904d5b2cb51abf7fa071fca27c37104d.zip |
lib: support labelled nexthops in nexthop_groups
Add support for labelled nexthops in nexthop-group
vtysh configuration. Also update the PBR doc where
the cli is described.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/pbr.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/pbr.rst b/doc/user/pbr.rst index fab4343f5..ab4d2cc97 100644 --- a/doc/user/pbr.rst +++ b/doc/user/pbr.rst @@ -39,7 +39,7 @@ listing of ECMP nexthops used to forward packets for when a pbr-map is matched. sub-mode where you can specify individual nexthops. To exit this mode type exit or end as per normal conventions for leaving a sub-mode. -.. clicmd:: nexthop [A.B.C.D|X:X::X:XX] [interface] [nexthop-vrf NAME] +.. clicmd:: nexthop [A.B.C.D|X:X::X:XX] [interface] [nexthop-vrf NAME] [label LABELS] Create a v4 or v6 nexthop. All normal rules for creating nexthops that you are used to are allowed here. The syntax was intentionally kept the same as |