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

Fix IPv4 group containing IPv6 endpoints in dual-stack cluster #5194

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

tnqn
Copy link
Member

@tnqn tnqn commented Jul 3, 2023

The condition which checks whether IP family matches or not was wrong. For IPv4 proxier, IPv6 endpoints were not ignored.

Release Note:

Fix IPv4 groups containing IPv6 endpoints mistakenly in dual-stack clusters in AntreaProxy implementation.

Fixes #5193

The condition which checks whether IP family matches or not was wrong.
For IPv4 proxier, IPv6 endpoints were not ignored.

Signed-off-by: Quan Tian <[email protected]>
@tnqn tnqn added area/proxy Issues or PRs related to proxy functions in Antrea action/backport Indicates a PR that requires backports. action/release-note Indicates a PR that should be included in release notes. labels Jul 3, 2023
@tnqn tnqn mentioned this pull request Jul 3, 2023
@tnqn
Copy link
Member Author

tnqn commented Jul 3, 2023

/test-all
/test-ipv6-all
/test-ipv6-only-all

@tnqn tnqn merged commit 516950c into antrea-io:main Jul 4, 2023
@tnqn tnqn deleted the fix-ipv4-group branch July 4, 2023 02:07
@tnqn tnqn added the kind/bug Categorizes issue or PR as related to a bug. label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action/backport Indicates a PR that requires backports. action/release-note Indicates a PR that should be included in release notes. area/proxy Issues or PRs related to proxy functions in Antrea kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[AntreaProxy] IPv4 groups contain IPv6 endpoints in dual-stack clusters
3 participants