commit | a82783c91d5dce680dbd290ebf301a520b0e72a5 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon Mar 11 20:11:01 2013 +0000 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Mar 15 12:58:21 2013 +0100 |
tree | 068433e1189f5b5f0383e896bdb36f29298f40f0 | |
parent | bae99f7a1d372374aaf9ed8910f3b825da995b36 [diff] |
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>