Skip to content

cilium-cli/connectivity: fix IPv6 feature check for 2ndary node IPv6 #36513

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

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

tklauser
Copy link
Member

Currently, the feature check is for IPv4 to be enabled, even though the secondary node IPv6 address is configured. This was likely copy-pasted from the section above which does the corresponding configuration of the secondary node IPv4 address. Fix the feature check accordingly to check for IPv6 to be enabled.

Fixes: #35125
Fixes: 8498092 ("connectivity: Add secondary network NodePort tests")

@tklauser tklauser added release-note/ci This PR makes changes to the CI. cilium-cli This PR contains changes related with cilium-cli cilium-cli-exclusive This PR only impacts cilium-cli binary labels Dec 11, 2024
@tklauser tklauser requested a review from a team as a code owner December 11, 2024 11:57
@tklauser tklauser requested a review from Artyop December 11, 2024 11:57
Currently, the feature check is for IPv4 to be enabled, even though the
secondary node IPv6 address is configured. This was likely copy-pasted
from the section above which does the corresponding configuration of the
secondary node IPv4 address. Fix the feature check accordingly to check
for IPv6 to be enabled.

Fixes: #35125
Fixes: 8498092 ("connectivity: Add secondary network NodePort tests")

Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser tklauser force-pushed the pr/tklauser/cilium-cli-fix-ipv6-check branch from a8a913a to 868903b Compare December 11, 2024 11:57
@tklauser tklauser changed the title cilium-cli/connectivity: ifx IPv6 feature check for 2ndary node IPv6 cilium-cli/connectivity: fix IPv6 feature check for 2ndary node IPv6 Dec 11, 2024
@tklauser
Copy link
Member Author

/test

@tklauser tklauser enabled auto-merge December 11, 2024 12:14
@tklauser tklauser added this pull request to the merge queue Dec 11, 2024
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Dec 11, 2024
Merged via the queue into main with commit 0266278 Dec 11, 2024
210 checks passed
@tklauser tklauser deleted the pr/tklauser/cilium-cli-fix-ipv6-check branch December 11, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cilium-cli This PR contains changes related with cilium-cli cilium-cli-exclusive This PR only impacts cilium-cli binary ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connectivity check is checking ipv4 features when injecting ipv6
2 participants