hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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