We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591c44b commit 30378faCopy full SHA for 30378fa
scripts/init.sh
@@ -34,7 +34,7 @@ cat "/proc/sys/net/ipv4/conf/$PRIMARY_IF/rp_filter"
34
if [ "${DISABLE_TCP_EARLY_DEMUX:-false}" == "true" ]; then
35
sysctl -w "net.ipv4.tcp_early_demux=0"
36
else
37
- sysctl -w "net.ipv4.tcp_early_demux=1"
+ sysctl -e -w "net.ipv4.tcp_early_demux=1"
38
fi
39
40
echo "CNI init container done"
0 commit comments