From: Pablo Neira Ayuso Date: Mon, 25 Aug 2014 10:05:27 +0000 (+0200) Subject: netfilter: nat: move specific NAT IPv6 to core X-Git-Tag: fixes-against-v3.18-rc2~81^2~101^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5538e9aa4929329813bee69922c9ae4990fcad;p=pandora-kernel.git netfilter: nat: move specific NAT IPv6 to core Move the specific NAT IPv6 core functions that are called from the hooks from ip6table_nat.c to nf_nat_l3proto_ipv6.c. This prepares the ground to allow iptables and nft to use the same NAT engine code that comes in a follow up patch. This also renames nf_nat_ipv6_fn to nft_nat_ipv6_fn in net/ipv6/netfilter/nft_chain_nat_ipv6.c to avoid a compilation breakage. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed