From c18c3e27ac29e1b2b2d1a6ddb9a650e6ebcd9538 Mon Sep 17 00:00:00 2001 From: Stephan Henningsen Date: Tue, 17 Oct 2023 23:13:17 +0200 Subject: [PATCH] Update check-config.sh Add IP_NF_MANGLE to "Generally Required" kernel features, since it appears to be necessary for Docker Swarm to work. Closes https://github.com/moby/moby/issues/46636 Signed-off-by: Stephan Henningsen (cherry picked from commit cf9073397cf8538b168501d9467865bd0059a9e7) Conflicts: contrib/check-config.sh Signed-off-by: Bjorn Neergaard --- contrib/check-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/check-config.sh b/contrib/check-config.sh index 75a21c4046..1dc76a8722 100755 --- a/contrib/check-config.sh +++ b/contrib/check-config.sh @@ -196,7 +196,7 @@ flags=( CGROUPS CGROUP_CPUACCT CGROUP_DEVICE CGROUP_FREEZER CGROUP_SCHED CPUSETS MEMCG KEYS VETH BRIDGE BRIDGE_NETFILTER - IP_NF_FILTER IP_NF_TARGET_MASQUERADE + IP_NF_FILTER IP_NF_MANGLE IP_NF_TARGET_MASQUERADE NETFILTER_XT_MATCH_{ADDRTYPE,CONNTRACK,IPVS} NETFILTER_XT_MARK IP_NF_NAT NF_NAT