commit | ff459018d7cb13e43ee2f857949c26b235ccd9a5 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu Apr 20 10:11:33 2017 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Apr 26 09:30:22 2017 +0200 |
tree | 0b27e138957dea7f0f0a7c3a1a3b146ce34c5695 | |
parent | 22d4536d2c836f74421d01d534b3117223a822a0 [diff] |
netfilter: masquerade: attach nat extension if not present Currently the nat extension is always attached as soon as nat module is loaded. However, most NAT uses do not need the nat extension anymore. Prepare to remove the add-nat-by-default by making those places that need it attach it if its not present yet. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>