diff options
Diffstat (limited to 'net/bridge/br_private.h')
-rw-r--r-- | net/bridge/br_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h index c83519b555bb..7484065da303 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h | |||
@@ -164,6 +164,9 @@ struct net_bridge | |||
164 | unsigned long feature_mask; | 164 | unsigned long feature_mask; |
165 | #ifdef CONFIG_BRIDGE_NETFILTER | 165 | #ifdef CONFIG_BRIDGE_NETFILTER |
166 | struct rtable fake_rtable; | 166 | struct rtable fake_rtable; |
167 | bool nf_call_iptables; | ||
168 | bool nf_call_ip6tables; | ||
169 | bool nf_call_arptables; | ||
167 | #endif | 170 | #endif |
168 | unsigned long flags; | 171 | unsigned long flags; |
169 | #define BR_SET_MAC_ADDR 0x00000001 | 172 | #define BR_SET_MAC_ADDR 0x00000001 |