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

Minor egress gateway fixups #17663

Merged
merged 2 commits into from Oct 26, 2021
Merged

Conversation

pchaigno
Copy link
Member

I was following the egress gateway implementation while implementing the SRv6 support and found a couple mistakes. This pull request fixes them. See commits for details.

I had reviewed the egress gateway pull requests, but it's interesting to see how much more you find once you start coding yourself.

@pchaigno pchaigno added area/CI Continuous Integration testing issue or flake sig/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. sig/k8s Impacts the kubernetes API, or kubernetes -> cilium internals translation layers. release-note/misc This PR makes changes that have no direct user impact. feature/egress-gateway Impacts the egress IP gateway feature. labels Oct 21, 2021
@pchaigno

This comment has been minimized.

@pchaigno pchaigno marked this pull request as ready for review October 22, 2021 16:11
@pchaigno pchaigno requested review from a team, jibi and nathanjsweet October 22, 2021 16:11
Copy link
Member

@nathanjsweet nathanjsweet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just nits

bpf/lib/maps.h Outdated Show resolved Hide resolved
Commit a9374b5 ("Add ebpf map cilium_egress_v4 for egress gateway")
added some of the code necessary to check the egress gateway map in the
alignchecker, but not all. This commit fixes it.

Fixes: a9374b5 ("Add ebpf map cilium_egress_v4 for egress gateway")
Signed-off-by: Paul Chaignon <paul@cilium.io>
The CiliumEgressNatPolicy CRD had an incorrect Age description, copy
pasted from the CiliumIdentity CRD.

Fixes: 141cd63 ("Add custom resource for egress nat gateway policy")
Signed-off-by: Paul Chaignon <paul@cilium.io>
@pchaigno
Copy link
Member Author

/test

@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 Oct 25, 2021
@kkourt kkourt merged commit e4ecee3 into cilium:master Oct 26, 2021
@pchaigno pchaigno deleted the minor-egress-gateway-fixups branch October 26, 2021 07:09
@maintainer-s-little-helper maintainer-s-little-helper bot added this to Needs backport from master in 1.10.6 Nov 2, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Needs backport from master to Backport pending to v1.10 in 1.10.6 Nov 12, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Backport pending to v1.10 to Backport done to v1.10 in 1.10.6 Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake 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. sig/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. sig/k8s Impacts the kubernetes API, or kubernetes -> cilium internals translation layers.
Projects
No open projects
1.10.6
Backport done to v1.10
Development

Successfully merging this pull request may close these issues.

None yet

6 participants