X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=include%2Fnet%2Fnetns%2Fipv4.h;fp=include%2Fnet%2Fnetns%2Fipv4.h;h=2764994c9136a83b0e7194023e15ed21a6e87323;hb=9ab99d5a43e9f283738fd9fd365539306d13eaac;hp=9a4b8b7140794f3aab802d4a5d8264b53da169bc;hpb=b1109bf085c8dd69537b7876ea83f914dd1fe46a;p=net-next-2.6.git diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index 9a4b8b71407..2764994c913 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h @@ -37,7 +37,9 @@ struct netns_ipv4 { struct xt_table *iptable_mangle; struct xt_table *iptable_raw; struct xt_table *arptable_filter; +#ifdef CONFIG_SECURITY struct xt_table *iptable_security; +#endif struct xt_table *nat_table; struct hlist_head *nat_bysource; unsigned int nat_htable_size;