-
Notifications
You must be signed in to change notification settings - Fork 286
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Ignore infra logs during stop. Log command output inline rather than buffer.
The combination of iptables MASQUERADE --random-fully and such kernels results in broken checksum calculations.
Use reflection to access the feature fields to avoid needing code or every field.
/merge-when-ready |
OK, I will merge the pull request when it's ready, leave the commits as is when I merge it, and leave the branch after I've merged it. |
Disable checksum offload on the VXLAN tunnel for kernels <v5.7.
This disable VXLAN offload for RHEL/CentOS 8.x that is supposed to be fixed, any plan to improve the detection ? |
Description
The combination of iptables MASQUERADE --random-fully and such kernels results in broken checksum calculations.
Fixes projectcalico/calico#3145
Todos
Release Note