commit | 4806e975729f99c7908d1688a143f1e16d464e6c | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Wed Mar 27 09:22:26 2019 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Apr 08 23:02:52 2019 +0200 |
tree | 780cda767a1cb8fd0b32112f297b50b1a62b0308 | |
parent | c1deb065cf3b5bcd483e3f03479f930edb151b99 [diff] |
netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT) NF_NAT_NEEDED is true whenever nat support for either ipv4 or ipv6 is enabled. Now that the af-specific nat configuration switches have been removed, IS_ENABLED(CONFIG_NF_NAT) has the same effect. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>