Simon Horman 7b684884fb net/sched: cls_flower: Support matching on ICMP type and code
Support matching on ICMP type and code.

Example usage:

tc qdisc add dev eth0 ingress

tc filter add dev eth0 protocol ip parent ffff: flower \
	indev eth0 ip_proto icmp type 8 code 0 action drop

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

Signed-off-by: Simon Horman <simon.horman@netronome.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-12-08 11:47:08 -05:00
..
2016-12-03 19:28:02 -05:00
2016-09-19 22:04:14 -04:00
2016-09-19 22:04:14 -04:00
2011-01-19 23:31:12 -08:00
2011-01-19 23:31:12 -08:00
2016-09-19 01:47:18 -04:00
2016-11-17 13:28:56 -05:00