diff mbox

[iproute2,net-next,1/2] Header rebase for IFA_F_MCAUTOJOIN

Message ID 1425493810-2537-2-git-send-email-challa@noironetworks.com
State Awaiting Upstream, archived
Delegated to: stephen hemminger
Headers show

Commit Message

Madhu Challa March 4, 2015, 6:30 p.m. UTC
---
 include/linux/if_addr.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Stephen Hemminger March 15, 2015, 7:42 p.m. UTC | #1
On Wed,  4 Mar 2015 10:30:09 -0800
Madhu Challa <challa@noironetworks.com> wrote:

> ---
>  include/linux/if_addr.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/linux/if_addr.h b/include/linux/if_addr.h
> index cc375e4..2033adc 100644
> --- a/include/linux/if_addr.h
> +++ b/include/linux/if_addr.h
> @@ -50,6 +50,7 @@ enum {
>  #define IFA_F_PERMANENT		0x80
>  #define IFA_F_MANAGETEMPADDR	0x100
>  #define IFA_F_NOPREFIXROUTE	0x200
> +#define IFA_F_MCAUTOJOIN	0x400
>  
>  struct ifa_cacheinfo {
>  	__u32	ifa_prefered;

Already picked this up in my net-next branch.
--
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/if_addr.h b/include/linux/if_addr.h
index cc375e4..2033adc 100644
--- a/include/linux/if_addr.h
+++ b/include/linux/if_addr.h
@@ -50,6 +50,7 @@  enum {
 #define IFA_F_PERMANENT		0x80
 #define IFA_F_MANAGETEMPADDR	0x100
 #define IFA_F_NOPREFIXROUTE	0x200
+#define IFA_F_MCAUTOJOIN	0x400
 
 struct ifa_cacheinfo {
 	__u32	ifa_prefered;