generic: 5.4: make nf nat masquerade in unset state by default
authorYousong Zhou <yszhou4tech@gmail.com>
Fri, 25 Sep 2020 15:02:05 +0000 (23:02 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Sat, 24 Oct 2020 14:28:37 +0000 (22:28 +0800)
commit4c2141535063b6fe61f36c9bffab7684a48344c5
tree09cdb57623048a6da8ea1600c502b624036c6b9c
parenta5c10ba9809454226fea6dda175150bc17e793d5
generic: 5.4: make nf nat masquerade in unset state by default

Upstream linux 5.1 commit d1aca8ab ("netfilter: nat: merge ipv4 and ipv6
masquerade functionality") replaces the following 2 options

 - CONFIG_NF_NAT_MASQUERADE_IPV4
 - CONFIG_NF_NAT_MASQUERADE_IPV6

with CONFIG_NF_NAT_MASQUERADE.  The new option is one without prompt and
will be selected by CONFIG_NETFILTER_XT_TARGET_MASQUERADE introduced
still later in 5.2.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
target/linux/generic/config-5.4