diff options
| author | Simon Horman <[email protected]> | 2017-01-11 14:05:43 +0100 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-01-11 11:02:47 -0500 |
| commit | 99d31326cbe6951872af5c8a6bc2679388a4d9ef (patch) | |
| tree | a1b1e05fb4a57726e344dac3c0e6da9cf68258cc /tools/perf/scripts/python/stackcollapse.py | |
| parent | 55733350e5e8b70c5e54a30dbf98148c695f21f5 (diff) | |
net/sched: cls_flower: Support matching on ARP
Support matching on ARP operation, and hardware and protocol addresses
for Ethernet hardware and IPv4 protocol addresses.
Example usage:
tc qdisc add dev eth0 ingress
tc filter add dev eth0 protocol arp parent ffff: flower indev eth0 \
arp_op request arp_sip 10.0.0.1 action drop
tc filter add dev eth0 protocol rarp parent ffff: flower indev eth0 \
arp_op reply arp_tha 52:54:3f:00:00:00/24 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/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions