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

Add a sub command to antctl to restore the original antrea-gw0 TX checksum state on all Nodes #6956

Open
hongliangl opened this issue Jan 27, 2025 · 0 comments
Labels
area/component/antctl Issues or PRs releated to the command line interface component kind/feature Categorizes issue or PR as related to a new feature.

Comments

@hongliangl
Copy link
Contributor

Describe the problem/challenge you have

When #6843 is merged, the TX checksum on antrea-gw0 will be disabled on every K8s Node if the disableTXChecksumOffload option is set to true, potentially degrading performance. Antrea cannot restore the original TX checksum state of antrea-gw0 even if disableTXChecksumOffload is later set to false, as it does not store the original state. To restore the default TX checksum state, it is recommended to delete and recreate antrea-gw0 on each K8s Node, which can be a repetitive task.

Describe the solution you'd like

According to the discussion #6843 (comment), add a sub command to antctl to restore the original antrea-gw0 TX checksum state on all Nodes.

Anything else you would like to add?

@hongliangl hongliangl added area/component/antctl Issues or PRs releated to the command line interface component kind/feature Categorizes issue or PR as related to a new feature. labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/component/antctl Issues or PRs releated to the command line interface component kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant