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

Automated cherry pick of #5483: Do not delete IPv6 link-local route in reconciler #5513

Conversation

wenyingd
Copy link
Contributor

Cherry pick of #5483 on release-1.11.

#5483: Do not delete IPv6 link-local route in reconciler

For details on the cherry pick process, see the cherry pick requests page.

@wenyingd wenyingd added the kind/cherry-pick Categorizes issue or PR as related to the cherry-pick of a bug fix from the main branch to a release label Sep 20, 2023
In the existing code, the IPv6 link-local route on antrea-gw0 is deleted in
route reconcile, which results in the IPv6 Neighbor Solicitation sent from Pod's
link-local address is dropped on the Node by kenel reverse path filtering, and
Pod would mark the antrea-gw0 as a "FAILED" neighbor. Then the Pod's accross
Node traffic or the Pod-to-external traffic does not work as expected.

This change includes,
1. Do not delete IPv6 link-local routes in the reconcile function,
2. Restore IPv6 link-local route in syncRoute function.

Signed-off-by: wenyingd <wenyingd@vmware.com>
@wenyingd wenyingd force-pushed the automated-cherry-pick-of-#5483-upstream-release-1.11 branch from 6b22c54 to 9df2df1 Compare September 20, 2023 09:50
@tnqn
Copy link
Member

tnqn commented Sep 20, 2023

/skip-all

@tnqn tnqn merged commit 15709ae into antrea-io:release-1.11 Sep 20, 2023
50 of 58 checks passed
@wenyingd wenyingd deleted the automated-cherry-pick-of-#5483-upstream-release-1.11 branch April 3, 2024 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cherry-pick Categorizes issue or PR as related to the cherry-pick of a bug fix from the main branch to a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants