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

fix: maintain udp conn direction to fix possible dns leaking #505

Merged
merged 5 commits into from
Apr 25, 2024

Conversation

mzz2017
Copy link
Contributor

@mzz2017 mzz2017 commented Apr 23, 2024

Background

In the past (bug brought by #493), the direction of the UDP connection was not maintained, so receiving a return packet would cause all subsequent packets of the same five-tuple to be sent directly, which is not in line with expectations. This PR will fix it.

Checklist

Full Changelogs

  • [Implement ...]

Issue Reference

Closes #[issue number]

Test Result

@mzz2017 mzz2017 requested a review from a team as a code owner April 23, 2024 17:58
Copy link
Contributor

@wanlce wanlce left a comment

Choose a reason for hiding this comment

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

Test Passed!

dae-prow[bot]
dae-prow bot previously approved these changes Apr 24, 2024
Copy link
Contributor

@dae-prow dae-prow bot left a comment

Choose a reason for hiding this comment

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

🧪 Since the PR has been fully tested, please consider merging it.

@sumire88 sumire88 merged commit a75a2ff into main Apr 25, 2024
30 checks passed
@sumire88 sumire88 deleted the mzz/fix_udp_conn_direction branch April 25, 2024 00:43
@dae-prow dae-prow bot mentioned this pull request Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants