Skip to content

Commit

Permalink
log a note about why this is being disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
adamancini committed Mar 8, 2024
1 parent 7c255f9 commit 6eabc62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons/flannel/0.24.2/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ function flannel_install_ethtool_service() {
local src="$1"

logStep "Installing flannel ethtool service"
logStep "Disabling TCP checksum offloading on flannel interface for VMWare VMXNET3 NICs"

cp "$src/flannel-ethtool.service" /etc/systemd/system/flannel-ethtool.service

Expand Down
1 change: 1 addition & 0 deletions addons/flannel/template/base/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ function flannel_install_ethtool_service() {
local src="$1"

logStep "Installing flannel ethtool service"
logStep "Disabling TCP checksum offloading on flannel interface for VMWare VMXNET3 NICs"

cp "$src/flannel-ethtool.service" /etc/systemd/system/flannel-ethtool.service

Expand Down

0 comments on commit 6eabc62

Please sign in to comment.