Message ID | 20220428083233.5110-1-boris.sukholitko@broadcom.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a6eb654d1cf6a98ff0671230c1a724c461919383 |
Delegated to: | David Ahern |
Headers | show |
Series | [iproute2-next] f_flower: add number of vlans man entry | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Hello: This patch was applied to iproute2/iproute2-next.git (main) by David Ahern <dsahern@kernel.org>: On Thu, 28 Apr 2022 11:32:33 +0300 you wrote: > 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> > --- > man/man8/tc-flower.8 | 5 +++++ > 1 file changed, 5 insertions(+) Here is the summary with links: - [iproute2-next] f_flower: add number of vlans man entry https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=a6eb654d1cf6 You are awesome, thank you!
diff --git a/man/man8/tc-flower.8 b/man/man8/tc-flower.8 index f918a06d..52393524 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
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> --- man/man8/tc-flower.8 | 5 +++++ 1 file changed, 5 insertions(+)