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 checksum offload on the VXLAN tunnel for kernels <v5.7. #2811

Merged
merged 6 commits into from
May 18, 2021

Commits on May 17, 2021

  1. Reduce FV verbosity:

    Ignore infra logs during stop.
    Log command output inline rather than buffer.
    fasaxc committed May 17, 2021
    Configuration menu
    Copy the full SHA
    2fff0dc View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    6c88ebb View commit details
    Browse the repository at this point in the history
  2. Disable checksum offload on the VXLAN tunnel for kernels <v5.7.

    The combination of iptables MASQUERADE --random-fully and such
    kernels results in broken checksum calculations.
    fasaxc committed May 18, 2021
    Configuration menu
    Copy the full SHA
    5e86f1d View commit details
    Browse the repository at this point in the history
  3. Add VXLAN checksum FV, fix feature detect override.

    Use reflection to access the feature fields to avoid needing
    code or every field.
    fasaxc committed May 18, 2021
    Configuration menu
    Copy the full SHA
    24c2930 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c334f05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e3e12e View commit details
    Browse the repository at this point in the history