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

egressgw: reject config with EnableIPv4Masquerade false #32150

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

ysksuzuki
Copy link
Member

Currently, the condition check in the egw cell code is not strict enough. EGW doesn't work with EnableIPv4Masquerade false, but it doesn't reject that config if EnableIPv6Masquerade is true.
This commit rejects that invalidated config.

Currently, the condition check in the egw cell code is not strict enough.
EGW doesn't work with EnableIPv4Masquerade false, but it doesn't reject
that config if EnableIPv6Masquerade is true.
This commit rejects that invalidated config.

Signed-off-by: Yusuke Suzuki <yusuke.suzuki@isovalent.com>
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Apr 24, 2024
@ysksuzuki ysksuzuki added release-note/misc This PR makes changes that have no direct user impact. feature/egress-gateway Impacts the egress IP gateway feature. labels Apr 24, 2024
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Apr 24, 2024
@ysksuzuki
Copy link
Member Author

/test

@ysksuzuki ysksuzuki marked this pull request as ready for review April 24, 2024 04:16
@ysksuzuki ysksuzuki requested a review from a team as a code owner April 24, 2024 04:16
@julianwiedmann julianwiedmann added this pull request to the merge queue Apr 24, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 24, 2024
@ysksuzuki ysksuzuki removed the request for review from jschwinger233 April 24, 2024 10:23
@julianwiedmann julianwiedmann added this pull request to the merge queue Apr 24, 2024
Merged via the queue into cilium:main with commit dfd9d3e Apr 24, 2024
65 checks passed
@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 Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/egress-gateway Impacts the egress IP gateway feature. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants