commit | 6374961a00d4b862bdf87c0f22af86d3ff7d0d67 | [log] [tgz] |
---|---|---|
author | Simon Horman <simon.horman@netronome.com> | Thu Feb 09 14:49:01 2017 +0100 |
committer | Stephen Hemminger <sthemmin@microsoft.com> | Fri Feb 17 15:32:03 2017 -0800 |
tree | 6d203b3dfb95684d6f0b4744193f299a0b5062c2 | |
parent | 9d36e54f36b8360766519bba79028aeb9ec3a762 [diff] |
tc: flower: support masked ICMP code and type match Extend ICMP code and type match to support masks. Also add missing documentation to synopsis in manpage. 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 Signed-off-by: Simon Horman <simon.horman@netronome.com>