-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 #122793
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
Conversation
Requesting @gpshead as a reviewer since you reviewed the previous PR that did the same for |
Misc/NEWS.d/next/Security/2024-08-07-10-42-13.gh-issue-122792.oiTMo9.rst
Show resolved
Hide resolved
Thanks @sethmlarson for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Thanks @sethmlarson for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…with IPv4 (pythonGH-122793) Make IPv4-mapped IPv6 address properties consistent with IPv4. (cherry picked from commit 76a1c5d) Co-authored-by: Seth Michael Larson <[email protected]>
GH-123814 is a backport of this pull request to the 3.12 branch. |
…with IPv4 (pythonGH-122793) Make IPv4-mapped IPv6 address properties consistent with IPv4. (cherry picked from commit 76a1c5d) Co-authored-by: Seth Michael Larson <[email protected]>
GH-123815 is a backport of this pull request to the 3.13 branch. |
Thanks @sethmlarson for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @sethmlarson for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @sethmlarson for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
…with IPv4 (pythonGH-122793) Make IPv4-mapped IPv6 address properties consistent with IPv4. (cherry picked from commit 76a1c5d) Co-authored-by: Seth Michael Larson <[email protected]>
GH-123818 is a backport of this pull request to the 3.11 branch. |
…with IPv4 (pythonGH-122793) Make IPv4-mapped IPv6 address properties consistent with IPv4. (cherry picked from commit 76a1c5d) Co-authored-by: Seth Michael Larson <[email protected]>
Sorry, @sethmlarson and @gpshead, I could not cleanly backport this to
|
GH-123819 is a backport of this pull request to the 3.10 branch. |
@sethmlarson The 3.9 backport failed so you'll need to create one manually. (My cherry-picker is dissident...) |
… with IPv4 (GH-122793) (GH-123815) Make IPv4-mapped IPv6 address properties consistent with IPv4. (cherry picked from commit 76a1c5d) Co-authored-by: Seth Michael Larson <[email protected]>
… with IPv4 (GH-122793) (GH-123818) Make IPv4-mapped IPv6 address properties consistent with IPv4. (cherry picked from commit 76a1c5d) Co-authored-by: Seth Michael Larson <[email protected]> --------- Co-authored-by: Seth Michael Larson <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
… with IPv4 (GH-122793) (GH-123819) Make IPv4-mapped IPv6 address properties consistent with IPv4. (cherry picked from commit 76a1c5d) Co-authored-by: Seth Michael Larson <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
…s consistent with IPv4 (pythonGH-122793) (pythonGH-123819) Make IPv4-mapped IPv6 address properties consistent with IPv4. (cherry picked from commit 76a1c5d) (cherry picked from commit b58da40) Co-authored-by: Miss Islington (bot) <[email protected]> Co-authored-by: Seth Michael Larson <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
…stent with IPv4 (pythonGH-122793) (pythonGH-123819) (pythonGH-127571) Make IPv4-mapped IPv6 address properties consistent with IPv4. (cherry picked from commit 76a1c5d) (cherry picked from commit b58da40) Co-authored-by: Seth Michael Larson <[email protected]>
This pull request makes all properties for IPv4-mapped IPv6 addresses use the mapped IPv4 address to determine the values.