Skip to content

Commit

Permalink
Update check-config.sh
Browse files Browse the repository at this point in the history
Add IP_NF_MANGLE to "Generally Required" kernel features, since it appears to be necessary for Docker Swarm to work.

Closes moby#46636

Signed-off-by: Stephan Henningsen <[email protected]>
  • Loading branch information
stephan-henningsen committed Oct 18, 2023
1 parent b85185e commit cf90733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/check-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ check_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 \
NETFILTER_XT_MATCH_CONNTRACK \
NETFILTER_XT_MATCH_IPVS \
Expand Down

0 comments on commit cf90733

Please sign in to comment.