-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force disable tx and rx offloading on VXLAN
Seems that some kernel versions have issues with VXLAN checksum offloading, causing that flannel stop to work on some scenarios where the traffic is encapsulated, but the checksum is wrong and is discarded by the receiver. A known workaround that works is disabling offloading on the flannel interface: ethtool --offload flannel.1 rx off tx off Flannel disables tx and rx offloading on VXLAN interfaces.
- Loading branch information
Showing
2 changed files
with
72 additions
and
0 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
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