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