diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2010-01-18 08:08:37 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-01-18 08:08:37 +0100 |
commit | e9d3897cc2205eec8b7afcc022e4730914b4f48c (patch) | |
tree | 8b2ae261ee9c1e85d07c84d7d5012ef8299b967d /include/net/netns/ipv6.h | |
parent | 83fc81024bd8572f31db784f8c0079e999a4fa44 (diff) | |
download | blackbird-op-linux-e9d3897cc2205eec8b7afcc022e4730914b4f48c.tar.gz blackbird-op-linux-e9d3897cc2205eec8b7afcc022e4730914b4f48c.zip |
netfilter: netns: #ifdef ->iptable_security, ->ip6table_security
'security' tables depend on SECURITY, so ifdef them.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/net/netns/ipv6.h')
-rw-r--r-- | include/net/netns/ipv6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h index dfeb2d7c425b..1f11ebc22151 100644 --- a/include/net/netns/ipv6.h +++ b/include/net/netns/ipv6.h @@ -36,8 +36,10 @@ struct netns_ipv6 { struct xt_table *ip6table_filter; struct xt_table *ip6table_mangle; struct xt_table *ip6table_raw; +#ifdef CONFIG_SECURITY struct xt_table *ip6table_security; #endif +#endif struct rt6_info *ip6_null_entry; struct rt6_statistics *rt6_stats; struct timer_list ip6_fib_timer; |