netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NAT
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 11 Sep 2014 15:42:00 +0000 (17:42 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 12 Sep 2014 07:40:17 +0000 (09:40 +0200)
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 <pablo@netfilter.org>

No differences found