Thu, Feb 02, 2017 at 11:38:40AM CET, simon.hor...@netronome.com wrote: >Allow matching on Neighbour Discovery target IP, and source and >destination link-layer addresses for neighbour solicitation and >advertisement messages. > >Sample usage: > >tc qdisc add dev eth0 ingress > >tc filter add dev eth0 protocol ipv6 parent ffff: flower \ > indev eth0 ip_proto icmpv6 type 136 code 0 \ > nd_target 2001:470:7eb3:403:201:8eff:fe22:8fea \ > nd_tll 00:01:8e:22:8f:ea action drop > >Signed-off-by: Simon Horman <simon.hor...@netronome.com>
Why you are adding this to iproute2? You only poster RFC for kernel. Please push to kernel first, let it merge, then send iproute2 support.