Thu, Nov 03, 2016 at 01:24:21PM CET, simon.hor...@netronome.com wrote: >Support matching on SCTP ports in the same way that matching >on TCP and UDP ports is already supported. > >Example usage: > >tc qdisc add dev eth0 ingress > >tc filter add dev eth0 protocol ip parent ffff: \ > flower indev eth0 ip_proto sctp dst_port 80 \ > action drop > >Signed-off-by: Simon Horman <simon.hor...@netronome.com>
Acked-by: Jiri Pirko <j...@mellanox.com>