diff options
Diffstat (limited to 'net/bridge/br_private.h')
-rw-r--r-- | net/bridge/br_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h index c92b0804ff2d..eb9cd42146a5 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h | |||
@@ -136,6 +136,7 @@ struct net_bridge_port | |||
136 | unsigned long flags; | 136 | unsigned long flags; |
137 | #define BR_HAIRPIN_MODE 0x00000001 | 137 | #define BR_HAIRPIN_MODE 0x00000001 |
138 | #define BR_BPDU_GUARD 0x00000002 | 138 | #define BR_BPDU_GUARD 0x00000002 |
139 | #define BR_ROOT_BLOCK 0x00000004 | ||
139 | 140 | ||
140 | #ifdef CONFIG_BRIDGE_IGMP_SNOOPING | 141 | #ifdef CONFIG_BRIDGE_IGMP_SNOOPING |
141 | u32 multicast_startup_queries_sent; | 142 | u32 multicast_startup_queries_sent; |