Re: [PATCHv7 iptables] Interface group match

2007-12-01 Thread Jarek Poplawski
Jarek Poplawski wrote, On 12/01/2007 10:19 PM: > Laszlo Attila Toth wrote, On 11/29/2007 05:11 PM: > ... > >> Index: extensions/libxt_ifgroup.man ... >> +Valid only in the in the +Valid only in the >> +.B FORWARD >> +and >> +.B OUTPUT >> +and >> +.B POSTROUTING >> +chains, and user-define

Re: [PATCHv7 iptables] Interface group match

2007-12-01 Thread Jarek Poplawski
Laszlo Attila Toth wrote, On 11/29/2007 05:11 PM: ... > Index: extensions/libxt_ifgroup.man > === > --- extensions/libxt_ifgroup.man (revision 0) > +++ extensions/libxt_ifgroup.man (revision 0) > @@ -0,0 +1,36 @@ > +Maches p

[PATCHv7 iptables] Interface group match

2007-11-29 Thread Laszlo Attila Toth
Interface group values can be checked on both input and output interfaces with optional mask. Signed-off-by: Laszlo Attila Toth <[EMAIL PROTECTED]> --- extensions/Makefile |2 extensions/libxt_ifgroup.c | 201 +++ extensions/libxt_i