All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 0/2] tc: flower: Support matching on SCTP ports
@ 2016-11-03 12:26 Simon Horman
  2016-11-03 12:26 ` [PATCH iproute2 1/2] tc: update headers for TCA_FLOWER_KEY_SCTP_* Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Simon Horman @ 2016-11-03 12:26 UTC (permalink / raw)
  To: David Miller, Stephen Hemminger; +Cc: netdev, Simon Horman

Hi,

this short series adds support for matching on SCTP ports in the same way
that matching on TCP and UDP ports is already supported. It corresponds to
a net-next patch to add the same support to the kernel.

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


Simon Horman (2):
  tc: update headers for TCA_FLOWER_KEY_SCTP_*
  tc: flower: Support matching on SCTP ports

 include/linux/pkt_cls.h |  5 ++++
 tc/f_flower.c           | 65 +++++++++++++++++++++++--------------------------
 2 files changed, 36 insertions(+), 34 deletions(-)

-- 
2.7.0.rc3.207.g0ac5344

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-11-18 13:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-03 12:26 [PATCH iproute2 0/2] tc: flower: Support matching on SCTP ports Simon Horman
2016-11-03 12:26 ` [PATCH iproute2 1/2] tc: update headers for TCA_FLOWER_KEY_SCTP_* Simon Horman
2016-11-03 12:26 ` [PATCH iproute2 2/2] tc: flower: Support matching on SCTP ports Simon Horman
2016-11-12  7:32 ` [PATCH iproute2 0/2] " Stephen Hemminger
2016-11-18 13:27   ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.