#[non_exhaustive]pub enum Ipv6MulticastScope {
InterfaceLocal,
LinkLocal,
RealmLocal,
AdminLocal,
SiteLocal,
OrganizationLocal,
Global,
}
🔬This is a nightly-only experimental API. (
ip
)Expand description
Scope of an IPv6 multicast address as defined in IETF RFC 7346 section 2.
§Stability Guarantees
Not all possible values for a multicast scope have been assigned. Future RFCs may introduce new scopes