conn: Skip original source address in hairpinning#1337
Merged
jrajahalme merged 1 commit intomainfrom May 15, 2025
Merged
Conversation
a869ae2 to
95436b7
Compare
mhofstetter
reviewed
May 14, 2025
mhofstetter
reviewed
May 14, 2025
ecd6670 to
137d7e9
Compare
137d7e9 to
3fd7555
Compare
This commit is to skip the source address restoration if the destination address is having same value, the main reason is that Linux considers such packets as martian source and will drop. Signed-off-by: Tam Mach <tam.mach@cilium.io>
a9791c3 to
b112d5f
Compare
sayboras
added a commit
to cilium/cilium
that referenced
this pull request
May 15, 2025
Relates: cilium/proxy#1337 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
to cilium/cilium
that referenced
this pull request
May 16, 2025
This is to pick up the changes in cilium/proxy#1337, which fixes the issue on same src and dest IPs in hair-pinning case. Relates: cilium/proxy#1337 Relates: #39531 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
to cilium/cilium
that referenced
this pull request
May 16, 2025
This is to pick up the changes in cilium/proxy#1337, which fixes the issue on same src and dest IPs in hair-pinning case. Relates: cilium/proxy#1337 Relates: #39531 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
to cilium/cilium
that referenced
this pull request
May 17, 2025
This is to pick up the changes in cilium/proxy#1337, which fixes the issue on same src and dest IPs in hair-pinning case. Relates: cilium/proxy#1337 Relates: #39531 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
to cilium/cilium
that referenced
this pull request
May 17, 2025
This is to pick up the changes in cilium/proxy#1337, which fixes the issue on same src and dest IPs in hair-pinning case. Relates: cilium/proxy#1337 Relates: #39531 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
to cilium/cilium
that referenced
this pull request
May 17, 2025
This is to pick up the changes in cilium/proxy#1337, which fixes the issue on same src and dest IPs in hair-pinning case. Relates: cilium/proxy#1337 Relates: #39531 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
to cilium/cilium
that referenced
this pull request
May 17, 2025
This is to pick up the changes in cilium/proxy#1337, which fixes the issue on same src and dest IPs in hair-pinning case. Relates: cilium/proxy#1337 Relates: #39531 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
to cilium/cilium
that referenced
this pull request
May 19, 2025
This is to pick up the changes in cilium/proxy#1337, which fixes the issue on same src and dest IPs in hair-pinning case. Relates: cilium/proxy#1337 Relates: #39531 Signed-off-by: Tam Mach <tam.mach@cilium.io>
github-merge-queue bot
pushed a commit
to cilium/cilium
that referenced
this pull request
May 19, 2025
This is to pick up the changes in cilium/proxy#1337, which fixes the issue on same src and dest IPs in hair-pinning case. Relates: cilium/proxy#1337 Relates: #39531 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
to cilium/cilium
that referenced
this pull request
May 19, 2025
This is to pick up the changes in cilium/proxy#1337, which fixes the issue on same src and dest IPs in hair-pinning case. Relates: cilium/proxy#1337 Relates: #39531 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
to cilium/cilium
that referenced
this pull request
May 20, 2025
This is to pick up the changes in cilium/proxy#1337, which fixes the issue on same src and dest IPs in hair-pinning case. Relates: cilium/proxy#1337 Relates: #39531 Signed-off-by: Tam Mach <tam.mach@cilium.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing was done locally, in this PR, also in upstream #1337