diff mbox

[net-next] net: add forgotten IFF_L3MDEV_SLAVE define

Message ID 1446645546-588-1-git-send-email-jiri@resnulli.us
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Jiri Pirko Nov. 4, 2015, 1:59 p.m. UTC
From: Jiri Pirko <jiri@mellanox.com>

Fixes: fee6d4c77 ("net: Add netif_is_l3_slave")
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
---
 include/linux/netdevice.h | 1 +
 1 file changed, 1 insertion(+)

Comments

David Ahern Nov. 4, 2015, 2:43 p.m. UTC | #1
On 11/4/15 6:59 AM, Jiri Pirko wrote:
> From: Jiri Pirko <jiri@mellanox.com>
>
> Fixes: fee6d4c77 ("net: Add netif_is_l3_slave")
> Signed-off-by: Jiri Pirko <jiri@mellanox.com>
> ---
>   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/include/linux/netdevice.h
> @@ -1322,6 +1322,7 @@ enum netdev_priv_flags {
>   #define IFF_L3MDEV_MASTER		IFF_L3MDEV_MASTER
>   #define IFF_NO_QUEUE			IFF_NO_QUEUE
>   #define IFF_OPENVSWITCH			IFF_OPENVSWITCH
> +#define IFF_L3MDEV_SLAVE		IFF_L3MDEV_SLAVE
>
>   /**
>    *	struct net_device - The DEVICE structure.
>

Acked-by: David Ahern <dsa@cumulusnetworks.com>

Thanks, Jiri.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Miller Nov. 5, 2015, 4:59 a.m. UTC | #2
From: Jiri Pirko <jiri@resnulli.us>
Date: Wed,  4 Nov 2015 14:59:06 +0100

> From: Jiri Pirko <jiri@mellanox.com>
> 
> Fixes: fee6d4c77 ("net: Add netif_is_l3_slave")
> Signed-off-by: Jiri Pirko <jiri@mellanox.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 4ac653b..2c00772 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1322,6 +1322,7 @@  enum netdev_priv_flags {
 #define IFF_L3MDEV_MASTER		IFF_L3MDEV_MASTER
 #define IFF_NO_QUEUE			IFF_NO_QUEUE
 #define IFF_OPENVSWITCH			IFF_OPENVSWITCH
+#define IFF_L3MDEV_SLAVE		IFF_L3MDEV_SLAVE
 
 /**
  *	struct net_device - The DEVICE structure.