Re: [PATCHv6 iptables]Interface group match

2007-11-23 Thread Lutz Jaenicke
On Tue, Nov 20, 2007 at 02:14:28PM +0100, Laszlo Attila Toth wrote: > Interface group values can be checked on both input and output interfaces > with optional mask. > Index: extensions/libxt_ifgroup.c > === > --- extensions/libxt_ifg

Re: [PATCHv6 iproute 2/2] Interface group as new ip link option

2007-11-23 Thread Lutz Jaenicke
On Tue, Nov 20, 2007 at 02:14:30PM +0100, Laszlo Attila Toth wrote: > Interfaces can be grouped and each group has an unique positive integer ID. > It can be set via ip link. Symbolic names can be specified in > /etc/iproute2/rt_ifgroup. > diff --git a/include/rt_names.h b/include/rt_names.h > in

Re: [PATCHv6 2/3] Interface group: core (netlink) part

2007-11-23 Thread Lutz Jaenicke
On Tue, Nov 20, 2007 at 02:14:26PM +0100, Laszlo Attila Toth wrote: > Interface groups let handle different interfaces together. > Modified net device structure and netlink interface. > > Signed-off-by: Laszlo Attila Toth <[EMAIL PROTECTED]> > --- > include/linux/if_link.h |2 ++ > include/