We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db1459 commit d612e5dCopy full SHA for d612e5d
Dockerfile.d/etc_udev_rules.d_90-flannel.rules
@@ -3,3 +3,4 @@
3
# https://github.com/kubernetes/kops/pull/9074
4
# https://github.com/karmab/kcli/commit/b1a8eff658d17cf4e28162f0fa2c8b2b10e5ad00
5
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