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