rust/library/coretests
Matthias Krüger 5f6c1a9f57
Rollup merge of #135745 - bardiharborow:std/net/rfc9602, r=cuviper
Recognise new IPv6 non-global range from IETF RFC 9602

This PR adds the `5f00::/16` range defined by [IETF RFC 9602](https://datatracker.ietf.org/doc/rfc9602/) to those ranges which `Ipv6Addr::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
2025-03-25 18:09:03 +01:00
..
benches library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
tests Rollup merge of #135745 - bardiharborow:std/net/rfc9602, r=cuviper 2025-03-25 18:09:03 +01:00
Cargo.toml Remove the regex dependency from coretests 2025-03-18 09:34:01 +00:00
lib.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00