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

2007-10-25 Thread Patrick McHardy
Laszlo Attila Toth wrote: Patrick McHardy írta: Laszlo Attila Toth wrote: Interface groups let handle different interfaces together especially in netfilter modules. Modified net device structure and netlink interface. @@ -891,6 +895,13 @@ static int do_setlink(struct net_device *dev, struct i

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

2007-10-25 Thread Laszlo Attila Toth
Patrick McHardy írta: Laszlo Attila Toth wrote: Interface groups let handle different interfaces together especially in netfilter modules. Modified net device structure and netlink interface. @@ -891,6 +895,13 @@ static int do_setlink(struct net_device *dev, struct ifinfomsg *ifm, }

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

2007-10-25 Thread Patrick McHardy
Laszlo Attila Toth wrote: Interface groups let handle different interfaces together especially in netfilter modules. Modified net device structure and netlink interface. @@ -891,6 +895,13 @@ static int do_setlink(struct net_device *dev, struct ifinfomsg *ifm, } } + if

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

2007-10-25 Thread Laszlo Attila Toth
Interface groups let handle different interfaces together especially in netfilter modules. 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