Skip to content

Commit fa9db3e

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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}=="eth0", RUN+="/usr/sbin/ethtool tx-checksum-ip-generic off"

0 commit comments

Comments
 (0)