[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f9c40e1c-8fcd-5cc3-3119-4616e5b9cf50@gmail.com>
Date: Tue, 27 Feb 2018 10:45:23 -0700
From: David Ahern <dsahern@...il.com>
To: Eyal Birger <eyal.birger@...il.com>, netdev@...r.kernel.org
Cc: dsahern@...il.com, shmulik@...anetworks.com
Subject: Re: [PATCH iproute2-next 0/2] tc: add ipt ematch
On 2/23/18 4:12 AM, Eyal Birger wrote:
> This patchset extends tc to support the ipt ematch.
>
> The first patch adds the ability for ematch cmdline parsers
> to receive argc,argv parameters.
> The second patch adds the em_ipt module.
>
> Eyal Birger (2):
> tc: ematch: add parse_eopt_argv() method for providing ematches with
> argv parameters
> tc: add em_ipt ematch for calling xtables matches from tc matching
> context
>
> etc/iproute2/ematch_map | 1 +
> man/man8/tc-ematch.8 | 15 ++++
> tc/Makefile | 7 ++
> tc/em_ipt.c | 208 ++++++++++++++++++++++++++++++++++++++++++++++++
> tc/m_ematch.c | 27 ++++++-
> tc/m_ematch.h | 2 +
> 6 files changed, 259 insertions(+), 1 deletion(-)
> create mode 100644 tc/em_ipt.c
>
series applied to iproute2-next.
Powered by blists - more mailing lists