Re: [IFGROUPv4 iptables] Interface group match

2007-10-25 Thread Patrick McHardy
Laszlo Attila Toth wrote: +++ extensions/libxt_ifgroup.c (revision 0) @@ -0,0 +1,196 @@ +/* + * Shared library add-on to iptables to match + * packets by the incoming interface group. + * + * (c) 2006, 2007 Balazs Scheidler <[EMAIL PROTECTED]>, + * Laszlo Attila Toth <[EMAIL PROTECTED]> + */

[IFGROUPv4 iptables] Interface group match

2007-10-25 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]> --- Makefile |2 libip6t_ifgroup.man | 36 +++ libipt_ifgroup.man | 36 +++ libxt_ifgroup.c