-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Recognise new IPv6 non-global range from IETF RFC 9602 #135745
base: master
Are you sure you want to change the base?
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @joboet (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
This comment has been minimized.
This comment has been minimized.
3807f52
to
2352fcf
Compare
@rustbot label A-io |
This isn't my area of expertise, sorry... |
☔ The latest upstream changes (presumably #135937) made this pull request unmergeable. Please resolve the merge conflicts. |
@bardiharborow |
@bardiharborow any updates on this? thanks |
This commit adds the 5f00::/16 range defined by RFC9602 to those ranges which Ipv6Addr::is_global recognises as a non-global IP. This range is used for Segment Routing (SRv6) SIDs.
2352fcf
to
ea99e81
Compare
I've removed the part that was objectionable. @rustbot ready |
Thanks! @bors r+ rollup |
This PR adds the
5f00::/16
range defined by IETF RFC 9602 to those ranges whichIpv6Addr::is_global
recognises as a non-global IP. This range is used for Segment Routing (SRv6) SIDs.See also: https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml
Unstable tracking issue: #27709