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

bpf: nodeport: trivial cleanups #24732

Merged
merged 2 commits into from Apr 6, 2023

Conversation

julianwiedmann
Copy link
Member

Two tiny cleanups I've been carrying for a while in a feature branch. Maybe they are helpful to others as well.

@julianwiedmann julianwiedmann added sig/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. kind/cleanup This includes no functional changes. release-note/misc This PR makes changes that have no direct user impact. labels Apr 4, 2023
@julianwiedmann julianwiedmann marked this pull request as ready for review April 4, 2023 13:25
@julianwiedmann julianwiedmann requested a review from a team as a code owner April 4, 2023 13:25
@julianwiedmann
Copy link
Member Author

/test

Align tail_nodeport_nat_egress_ipv6() with the IPv4 variant, by using
`oif` to transport the ifindex for redirect to the encap interface.

No functional change.

Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
The comment regarding a `dir` branch is from back when we had a shared
tail-call for Ingress & Egress NAT handling. Now that this has been split
in two tail-calls, the comment doesn't make any sense. Clean it up.

Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
@julianwiedmann
Copy link
Member Author

/test

@julianwiedmann
Copy link
Member Author

The ci-eks fail is #24774.

@julianwiedmann julianwiedmann added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Apr 6, 2023
@squeed squeed merged commit 1f59b36 into cilium:master Apr 6, 2023
56 of 57 checks passed
@julianwiedmann julianwiedmann deleted the 1.14-nodeport-ifindex branch April 6, 2023 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup This includes no functional changes. 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants