Creates the well-known "All nodes" multicast address with a certain scope.
impl Ipv6Addr {
fn multicast(scope: Ipv6Scope) -> Ipv6Addr
}| Name | Description |
|---|---|
| scope | The scope of the multicast address. |
The created address is ff0?::1 where ? depends on the scope.
Only the Interface and Link scopes are valid.