commit | 9a08ecfe74d7796ddc92ec312d3b7eaeba5a7c22 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu Apr 20 10:11:35 2017 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Apr 26 09:30:22 2017 +0200 |
tree | 2a9fa3c6cb2122050ee531d019d7c9fde52bd28a | |
parent | 2fe7c321ab54d391dffb98911f5fb5cd315d6526 [diff] |
netfilter: don't attach a nat extension by default nowadays the NAT extension only stores the interface index (used to purge connections that got masqueraded when interface goes down) and pptp nat information. Previous patches moved nf_ct_nat_ext_add to those places that need it. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>