From 99ed46d964bc8634d5f73e48f2eae5feddac6fd6 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 4 Jun 2021 15:55:48 -0400 Subject: doc: Add documentation for `match ip-protocol [udp|tcp]` Signed-off-by: Donald Sharp --- doc/user/pbr.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/user') 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 -- cgit v1.2.3