From: Simon Horman
Date: Thu, 3 Nov 2016 13:24:21 +0100
> 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 : \
> flower indev
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 : \
>flower in
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 : \
flower indev eth0 ip_proto sctp dst_port 80 \
action drop
Signed-off-by: Simon H