Skip to content

Commit d612e5d

Browse files
committed
flannel: add ethtool action to offload eth0 and turn checksum off
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent 7db1459 commit d612e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.d/etc_udev_rules.d_90-flannel.rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
# https://github.com/kubernetes/kops/pull/9074
44
# https://github.com/karmab/kcli/commit/b1a8eff658d17cf4e28162f0fa2c8b2b10e5ad00
55
SUBSYSTEM=="net", ACTION=="add|change|move", ENV{INTERFACE}=="flannel.1", RUN+="/usr/sbin/ethtool -K flannel.1 tx-checksum-ip-generic off"
6+
SUBSYSTEM=="net", ACTION=="add|change|move", ENV{INTERFACE}=="flannel.1", RUN+="/usr/sbin/ethtool --offload eth0 tx-checksum-ip-generic off"

0 commit comments

Comments
 (0)