hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/include/net/netns/x_tables.h
....@@ -11,8 +11,11 @@
1111 struct list_head tables[NFPROTO_NUMPROTO];
1212 bool notrack_deprecated_warning;
1313 bool clusterip_deprecated_warning;
14
+#if defined(CONFIG_BRIDGE_NF_EBTABLES) || \
15
+ defined(CONFIG_BRIDGE_NF_EBTABLES_MODULE)
1416 struct ebt_table *broute_table;
1517 struct ebt_table *frame_filter;
1618 struct ebt_table *frame_nat;
19
+#endif
1720 };
1821 #endif