From: Pablo Neira Ayuso Date: Thu, 11 Sep 2014 15:42:00 +0000 (+0200) Subject: netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NAT X-Git-Tag: fixes-against-v3.18-rc2~144^2~111^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e8dc212a0e68a9a90c97f34a92c4cdd97d19dd3;p=pandora-kernel.git netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NAT Now that we have masquerading support in nf_tables, the NAT chain can be use with it, not only for SNAT/DNAT. So make this chain type independent of it. While at it, move it inside the scope of 'if NF_NAT_IPV*' to simplify dependencies. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed