[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1519384345-17115-1-git-send-email-eyal.birger@gmail.com>
Date: Fri, 23 Feb 2018 13:12:23 +0200
From: Eyal Birger <eyal.birger@...il.com>
To: netdev@...r.kernel.org
Cc: dsahern@...il.com, shmulik@...anetworks.com,
Eyal Birger <eyal.birger@...il.com>
Subject: [PATCH iproute2-next 0/2] tc: add ipt ematch
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
--
2.7.4
Powered by blists - more mailing lists