[PATCH net-next 2/5] net: Add netif_is_l3_slave

2015-10-05 Thread David Ahern
IPv6 addrconf keys off of IFF_SLAVE so can not use it for L3 slave. Add a new private flag and add netif_is_l3_slave function for checking it. Signed-off-by: David Ahern --- drivers/net/vrf.c | 10 -- include/linux/netdevice.h | 7 +++ net/l3mdev/l3mdev.c | 8

Re: [PATCH net-next 2/5] net: Add netif_is_l3_slave

2015-10-05 Thread David Ahern
On 10/1/15 9:27 AM, David Ahern wrote: IPv6 addrconf keys off of IFF_SLAVE so can not use it for L3 slave. Add a new private flag and add netif_is_l3_slave function for checking it. After pulling in Cong's patch to address the warning on device remove I need to respin this one. -- To unsubscr

[PATCH net-next 2/5] net: Add netif_is_l3_slave

2015-10-01 Thread David Ahern
IPv6 addrconf keys off of IFF_SLAVE so can not use it for L3 slave. Add a new private flag and add netif_is_l3_slave function for checking it. Signed-off-by: David Ahern --- drivers/net/vrf.c | 8 +++- include/linux/netdevice.h | 7 +++ net/l3mdev/l3mdev.c | 8 3 f