aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Sukholitko <boris.sukholitko@broadcom.com>2022-04-28 11:32:33 +0300
committerDavid Ahern <dsahern@kernel.org>2022-04-29 11:22:18 -0600
commita6eb654d1cf6a98ff0671230c1a724c461919383 (patch)
treec2c2bed2cd093fe070dc75c2c819dffdb25e0bf2
parentb4f805547786fc2ba3a98a604c3cbdc5b99e08bd (diff)
downloadiproute2-a6eb654d1cf6a98ff0671230c1a724c461919383.tar.gz
f_flower: add number of vlans man entry
The documentation was missing in the number of vlans commit. Fixes: 5ba31bcf (f_flower: Add num of vlans parameter) Signed-off-by: Boris Sukholitko <boris.sukholitko@broadcom.com> Signed-off-by: David Ahern <dsahern@kernel.org>
-rw-r--r--man/man8/tc-flower.85
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man8/tc-flower.8 b/man/man8/tc-flower.8
index f918a06d2..523935242 100644
--- a/man/man8/tc-flower.8
+++ b/man/man8/tc-flower.8
@@ -164,6 +164,11 @@ provided in LLADDR format, in which case it is a bitwise mask, or as a
number of high bits to match. If the mask is missing then a match on all
bits is assumed.
.TP
+.BI num_of_vlans " NUM"
+Match on the number of vlan tags in the packet.
+.I NUM
+can be 0 or small positive integer. Typically in 0-4 range.
+.TP
.BI vlan_id " VID"
Match on vlan tag id.
.I VID