diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-09-03 19:18:21 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-09-03 19:18:21 -0400 |
| commit | a547ef391cb8ed4259175bbf62d160493cfc75fb (patch) | |
| tree | 5f989dcd1fa2c39e2924e48f023f4af39dee5316 | |
| parent | 9d559269246f6e0e7df7178d9b22957513c2f223 (diff) | |
doc: Update pbr to reflect new mark match command.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
| -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 6230bf777a..fab4343f50 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 |
