lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 18 Nov 2016 14:27:27 +0100
From:   Simon Horman <simon.horman@...ronome.com>
To:     Stephen Hemminger <stephen@...workplumber.org>
Cc:     David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 0/2] tc: flower: Support matching on SCTP ports

On Sat, Nov 12, 2016 at 10:32:09AM +0300, Stephen Hemminger wrote:
> On Thu,  3 Nov 2016 13:26:39 +0100
> Simon Horman <simon.horman@...ronome.com> wrote:
> 
> > 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(-)
> > 
> 
> Applied, thanks.

Hi Stephen,

I'm not seeing these on
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git

Could you push them or let me know where to look?
I found a few problems that want fixing.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ