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

2007-11-27 Thread Patrick McHardy
Laszlo Attila Toth wrote: Interface groups let handle different interfaces together. Modified net device structure and netlink interface. Looks good. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http:

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/

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

2007-11-20 Thread Laszlo Attila Toth
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/linux/netdevice.h |2 ++ net/core/rtnetlink.c | 11 +++ 3 files