Re: [patch net-next] net: add forgotten IFF_L3MDEV_SLAVE define

2015-11-04 Thread David Miller
From: Jiri Pirko Date: Wed, 4 Nov 2015 14:59:06 +0100 > From: Jiri Pirko > > Fixes: fee6d4c77 ("net: Add netif_is_l3_slave") > Signed-off-by: Jiri Pirko Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More ma

Re: [patch net-next] net: add forgotten IFF_L3MDEV_SLAVE define

2015-11-04 Thread David Ahern
On 11/4/15 6:59 AM, Jiri Pirko wrote: From: Jiri Pirko Fixes: fee6d4c77 ("net: Add netif_is_l3_slave") Signed-off-by: Jiri Pirko --- include/linux/netdevice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 4ac653b..2c00772 100

[patch net-next] net: add forgotten IFF_L3MDEV_SLAVE define

2015-11-04 Thread Jiri Pirko
From: Jiri Pirko Fixes: fee6d4c77 ("net: Add netif_is_l3_slave") Signed-off-by: Jiri Pirko --- include/linux/netdevice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 4ac653b..2c00772 100644 --- a/include/linux/netdevice.h +++ b/