From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:56295 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751833AbeBWLMw (ORCPT ); Fri, 23 Feb 2018 06:12:52 -0500 Received: by mail-wm0-f68.google.com with SMTP id q83so3956306wme.5 for ; Fri, 23 Feb 2018 03:12:51 -0800 (PST) From: Eyal Birger To: netdev@vger.kernel.org Cc: dsahern@gmail.com, shmulik@metanetworks.com, Eyal Birger Subject: [PATCH iproute2-next 0/2] tc: add ipt ematch Date: Fri, 23 Feb 2018 13:12:23 +0200 Message-Id: <1519384345-17115-1-git-send-email-eyal.birger@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: 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