include/linux/if.h
changeset 2 d1f6d8b6f81c
parent 0 aa628870c1d3
equal deleted inserted replaced
1:0056487c491e 2:d1f6d8b6f81c
    63 #define IFF_MASTER_8023AD	0x8	/* bonding master, 802.3ad. 	*/
    63 #define IFF_MASTER_8023AD	0x8	/* bonding master, 802.3ad. 	*/
    64 #define IFF_MASTER_ALB	0x10		/* bonding master, balance-alb.	*/
    64 #define IFF_MASTER_ALB	0x10		/* bonding master, balance-alb.	*/
    65 #define IFF_BONDING	0x20		/* bonding master or slave	*/
    65 #define IFF_BONDING	0x20		/* bonding master or slave	*/
    66 #define IFF_SLAVE_NEEDARP 0x40		/* need ARPs for validation	*/
    66 #define IFF_SLAVE_NEEDARP 0x40		/* need ARPs for validation	*/
    67 #define IFF_ISATAP	0x80		/* ISATAP interface (RFC4214)	*/
    67 #define IFF_ISATAP	0x80		/* ISATAP interface (RFC4214)	*/
       
    68 #define IFF_MASTER_ARPMON 0x100		/* bonding master, ARP mon in use */
    68 
    69 
    69 #define IF_GET_IFACE	0x0001		/* for querying only */
    70 #define IF_GET_IFACE	0x0001		/* for querying only */
    70 #define IF_GET_PROTO	0x0002
    71 #define IF_GET_PROTO	0x0002
    71 
    72 
    72 /* For definitions see hdlc.h */
    73 /* For definitions see hdlc.h */