Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable tx and rx offloading on VXLAN interfaces #1282

Closed
wants to merge 1 commit into from

Commits on Apr 13, 2020

  1. 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.
    aojea committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    44dec0e View commit details
    Browse the repository at this point in the history