[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20161103.162652.718504734925720383.davem@davemloft.net>
Date: Thu, 03 Nov 2016 16:26:52 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: simon.horman@...ronome.com
Cc: netdev@...r.kernel.org, jiri@...lanox.com
Subject: Re: [PATCH net-next] net/sched: cls_flower: Support matching on
SCTP ports
From: Simon Horman <simon.horman@...ronome.com>
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 ffff: \
> flower indev eth0 ip_proto sctp dst_port 80 \
> action drop
>
> Signed-off-by: Simon Horman <simon.horman@...ronome.com>
Applied, thanks Simon.
Powered by blists - more mailing lists