netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2/net-next repost 0/3] tc: flower: support masked ICMP code and type match
@ 2017-02-09 13:48 Simon Horman
  2017-02-09 13:48 ` [PATCH iproute2/net-next repost 1/3] tc: flower: provide generic masked u8 parser helper Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Simon Horman @ 2017-02-09 13:48 UTC (permalink / raw)
  To: Stephen Hemminger
  Cc: Jiri Pirko, Dinan Gunawardena, netdev, oss-drivers, Simon Horman

Hi,

this short series allows the tc tool to configure masked matches on the
ICMP code and type. Unmasked matches are already supported by the tool.

This does not depend on any kernel changes as support for both masked and
unmasked matches were added to the kernel at the same time.

Sample usage:

tc qdisc add dev eth0 ingress
tc filter add dev eth0 protocol ipv6 parent ffff: flower \
        indev eth0 ip_proto icmpv6 type 128/240 code 0 action drop

Reposting after breaking out of a larger patchset.

Simon Horman (3):
  tc: flower: provide generic masked u8 parser helper
  tc: flower: provide generic masked u8 print helper
  tc: flower: support masked ICMP code and type match

 man/man8/tc-flower.8 |  16 ++++--
 tc/f_flower.c        | 158 ++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 119 insertions(+), 55 deletions(-)

-- 
2.7.0.rc3.207.g0ac5344

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-02-19  0:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-09 13:48 [PATCH iproute2/net-next repost 0/3] tc: flower: support masked ICMP code and type match Simon Horman
2017-02-09 13:48 ` [PATCH iproute2/net-next repost 1/3] tc: flower: provide generic masked u8 parser helper Simon Horman
2017-02-09 13:49 ` [PATCH iproute2/net-next repost 2/3] tc: flower: provide generic masked u8 print helper Simon Horman
2017-02-09 13:49 ` [PATCH iproute2/net-next repost 3/3] tc: flower: support masked ICMP code and type match Simon Horman
2017-02-19  0:14 ` [PATCH iproute2/net-next repost 0/3] " Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).