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

unmap IPv4-mapped IPv6 addresses #4309

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

thijsvandien
Copy link
Contributor

@thijsvandien thijsvandien commented Feb 4, 2024

Closes #4308.

As an alternative or addition to #4308 (issues #4304 and #4105). Perhaps this can better be dealt with at the boundary.

Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dc49f56) 84.13% compared to head (f5d22a2) 84.15%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4309      +/-   ##
==========================================
+ Coverage   84.13%   84.15%   +0.02%     
==========================================
  Files         150      150              
  Lines       15368    15368              
==========================================
+ Hits        12929    12932       +3     
+ Misses       1940     1937       -3     
  Partials      499      499              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marten-seemann
Copy link
Member

Hi @thijsvandien, what's the status of this PR (and the other one)? Should we get this landed some time soon?

@thijsvandien
Copy link
Contributor Author

Both are ready to be merged in my opinion, apart from the failing check that I cannot explain. Which one(s) you pick is up to your discretion, since it's a design choice where to do the conversion from IPv4-mapped IPv6 to IPv4.

@thijsvandien thijsvandien marked this pull request as ready for review February 27, 2024 00:42
@marten-seemann marten-seemann changed the title Unmap interface addresses for OOB at earliest stage unmap IPv4-mapped IPv6 addresses Mar 5, 2024
@marten-seemann marten-seemann merged commit a70419b into quic-go:master Mar 5, 2024
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handshake timeout when bound to 0.0.0.0 rather than specific interface(s)
2 participants