diff options
author | Simon Horman <[email protected]> | 2016-12-07 13:48:28 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-12-08 11:47:08 -0500 |
commit | 7b684884fbfab33251115fa5054fb821c34b93be (patch) | |
tree | b831a8c75cc51ff2e43f966e08e30959267ed75b /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 972d3876faa8a9195122b2d2bcd3155f904fff37 (diff) |
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 <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions