-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-103268: Add IPv4-IPv6 Translation #103270
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
base: main
Are you sure you want to change the base?
Conversation
This does not handle translation with a Network-Specific Prefix, which must be known beforehand when embedding IPv4 addresses with RFC 6052. https://www.rfc-editor.org/rfc/rfc6052.html#section-2.2
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Test case should be added in |
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Remove trailing spaces to appease Lint bot
This does not handle translation with a Network-Specific Prefix, which must be known beforehand when embedding IPv4 addresses with RFC 6052.
https://www.rfc-editor.org/rfc/rfc6052.html#section-2.2
See #103268