]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/if.h
[PATCH] bonding: Add priv_flag to avoid event mishandling
[net-next-2.6.git] / include / linux / if.h
index cd080d76532477f5dbbf71965e74243fd422bf39..a023ec1274fed6092231f1dddafc96de82fcde11 100644 (file)
@@ -59,6 +59,7 @@
 #define IFF_SLAVE_INACTIVE     0x4     /* bonding slave not the curr. active */
 #define IFF_MASTER_8023AD      0x8     /* bonding master, 802.3ad.     */
 #define IFF_MASTER_ALB 0x10            /* bonding master, balance-alb. */
+#define IFF_BONDING    0x20            /* bonding master or slave      */
 
 #define IF_GET_IFACE   0x0001          /* for querying only */
 #define IF_GET_PROTO   0x0002