|
@@ -36,7 +36,9 @@ struct netns_ipv6 {
|
|
struct xt_table *ip6table_filter;
|
|
struct xt_table *ip6table_filter;
|
|
struct xt_table *ip6table_mangle;
|
|
struct xt_table *ip6table_mangle;
|
|
struct xt_table *ip6table_raw;
|
|
struct xt_table *ip6table_raw;
|
|
|
|
+#ifdef CONFIG_SECURITY
|
|
struct xt_table *ip6table_security;
|
|
struct xt_table *ip6table_security;
|
|
|
|
+#endif
|
|
#endif
|
|
#endif
|
|
struct rt6_info *ip6_null_entry;
|
|
struct rt6_info *ip6_null_entry;
|
|
struct rt6_statistics *rt6_stats;
|
|
struct rt6_statistics *rt6_stats;
|