diff options
author | Donald Sharp <sharpd@nvidia.com> | 2021-06-04 21:55:48 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2021-07-08 17:12:47 +0200 |
commit | 99ed46d964bc8634d5f73e48f2eae5feddac6fd6 (patch) | |
tree | ff68acb8921e6374559da46eafd1776cb94a34a9 /doc/user | |
parent | pbrd: Add `match ip-protocol [tcp|udp]` (diff) | |
download | frr-99ed46d964bc8634d5f73e48f2eae5feddac6fd6.tar.xz frr-99ed46d964bc8634d5f73e48f2eae5feddac6fd6.zip |
doc: Add documentation for `match ip-protocol [udp|tcp]`
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'doc/user')
-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 441291f66..e59ed1089 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 |