From: Boris Sukholitko Date: Thu, 28 Apr 2022 08:32:33 +0000 (+0300) Subject: f_flower: add number of vlans man entry X-Git-Tag: v5.19.0~24^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6eb654d1cf6a98ff0671230c1a724c461919383;p=thirdparty%2Fiproute2.git 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 Signed-off-by: David Ahern --- 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