kernel/include/net/netns/x_tables.h
.. .. @@ -11,8 +11,11 @@ 11 11 struct list_head tables[NFPROTO_NUMPROTO]; 12 12 bool notrack_deprecated_warning; 13 13 bool clusterip_deprecated_warning; 14 +#if defined(CONFIG_BRIDGE_NF_EBTABLES) || \15 + defined(CONFIG_BRIDGE_NF_EBTABLES_MODULE)14 16 struct ebt_table *broute_table; 15 17 struct ebt_table *frame_filter; 16 18 struct ebt_table *frame_nat; 19 +#endif17 20 }; 18 21 #endif