hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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