netfilter: ip6t_NPT: restrict to mangle table
authorFlorian Westphal <fw@strlen.de>
Mon, 11 Mar 2013 20:11:01 +0000 (20:11 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 15 Mar 2013 11:58:21 +0000 (12:58 +0100)
commita82783c91d5dce680dbd290ebf301a520b0e72a5
tree068433e1189f5b5f0383e896bdb36f29298f40f0
parentbae99f7a1d372374aaf9ed8910f3b825da995b36
netfilter: ip6t_NPT: restrict to mangle table

As the translation is stateless, using it in nat table
doesn't work (only initial packet is translated).
filter table OUTPUT works but won't re-route the packet after translation.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv6/netfilter/ip6t_NPT.c