-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update flannel v0.24.2 * fix logic for detecting flannel ifs * fix logic for detecting flannel ifs * fix the detect vmware nic script again * log a note about why this is being disabled --------- Co-authored-by: ada mancini <[email protected]>
- Loading branch information
1 parent
0ad23e5
commit 82513b3
Showing
3 changed files
with
48 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Unit] | ||
Description=Disable vxlan checksum offloading for flannel.1 | ||
After=sys-devices-virtual-net-flannel.1.device | ||
Requires=sys-devices-virtual-net-flannel.1.device | ||
|
||
[Service] | ||
Type=oneshot | ||
ExecStart=/sbin/ethtool -K flannel.1 tx-checksum-ip-generic off | ||
RemainAfterExit=yes | ||
|
||
[Install] | ||
WantedBy=sys-devices-virtual-net-flannel.1.device |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters