diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-09-04 01:18:21 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-09-04 01:18:21 +0200 |
commit | a547ef391cb8ed4259175bbf62d160493cfc75fb (patch) | |
tree | 5f989dcd1fa2c39e2924e48f023f4af39dee5316 /doc | |
parent | Merge pull request #4892 from pguibert6WIND/nhtresolvedefaultvrf (diff) | |
download | frr-a547ef391cb8ed4259175bbf62d160493cfc75fb.tar.xz frr-a547ef391cb8ed4259175bbf62d160493cfc75fb.zip |
doc: Update pbr to reflect new mark match command.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/pbr.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/pbr.rst b/doc/user/pbr.rst index 6230bf777..fab4343f5 100644 --- a/doc/user/pbr.rst +++ b/doc/user/pbr.rst @@ -91,6 +91,12 @@ end destination. both v4 and v6 prefixes. This command is used in conjunction of the :clicmd:`match src-ip PREFIX` command for matching. +.. clicmd:: match mark (1-4294967295) + + Select the mark to match. This is a linux only command and if attempted + on another platform it will be denied. This mark translates to the + underlying `ip rule .... fwmark XXXX` command. + .. clicmd:: set nexthop-group NAME Use the nexthop-group NAME as the place to forward packets when the match |