netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next 0/2] tc: add ipt ematch
@ 2018-02-23 11:12 Eyal Birger
  2018-02-23 11:12 ` [PATCH iproute2-next 1/2] tc: ematch: add parse_eopt_argv() method for providing ematches with argv parameters Eyal Birger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eyal Birger @ 2018-02-23 11:12 UTC (permalink / raw)
  To: netdev; +Cc: dsahern, shmulik, Eyal Birger

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

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

end of thread, other threads:[~2018-02-27 17:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-23 11:12 [PATCH iproute2-next 0/2] tc: add ipt ematch Eyal Birger
2018-02-23 11:12 ` [PATCH iproute2-next 1/2] tc: ematch: add parse_eopt_argv() method for providing ematches with argv parameters Eyal Birger
2018-02-23 11:12 ` [PATCH iproute2-next 2/2] tc: add em_ipt ematch for calling xtables matches from tc matching context Eyal Birger
2018-02-27 17:45 ` [PATCH iproute2-next 0/2] tc: add ipt ematch David Ahern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).