Re: [PATCH iproute2-next 0/2] tc: add ipt ematch

2018-02-27 Thread David Ahern
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() met

[PATCH iproute2-next 0/2] tc: add ipt ematch

2018-02-23 Thread 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 t