diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-06-04 15:55:48 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-07-08 11:12:47 -0400 |
| commit | 99ed46d964bc8634d5f73e48f2eae5feddac6fd6 (patch) | |
| tree | ff68acb8921e6374559da46eafd1776cb94a34a9 | |
| parent | 5e732768f4de955edb7ec48212164e252e9a4590 (diff) | |
doc: Add documentation for `match ip-protocol [udp|tcp]`
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
| -rw-r--r-- | doc/user/pbr.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/pbr.rst b/doc/user/pbr.rst index 441291f66c..e59ed10896 100644 --- a/doc/user/pbr.rst +++ b/doc/user/pbr.rst @@ -127,6 +127,11 @@ end destination. When a incoming packet matches the destination port specified, take the packet and forward according to the nexthops specified. +.. clicmd:: match ip-protocol [tcp|udp] + + When a incoming packet matches the specified ip protocol, take the + packet and forward according to the nexthops specified. + .. clicmd:: match mark (1-4294967295) Select the mark to match. This is a linux only command and if attempted |
