Skip to content

Commit 30378fa

Browse files
author
Claes Mogren
committed
Ignore error on enabling TCP early demux for old kernels
1 parent 591c44b commit 30378fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cat "/proc/sys/net/ipv4/conf/$PRIMARY_IF/rp_filter"
3434
if [ "${DISABLE_TCP_EARLY_DEMUX:-false}" == "true" ]; then
3535
sysctl -w "net.ipv4.tcp_early_demux=0"
3636
else
37-
sysctl -w "net.ipv4.tcp_early_demux=1"
37+
sysctl -e -w "net.ipv4.tcp_early_demux=1"
3838
fi
3939

4040
echo "CNI init container done"

0 commit comments

Comments
 (0)