The scope of an Ipv6 address.
enum Ipv6Scope {
Admin,
Global,
Interface,
Link,
Organization,
Site,
}| Name | Description |
|---|---|
| Admin | Admin-local scope. |
| Global | Global scope. |
| Interface | Interface-local scope. |
| Link | Link-local scope. |
| Organization | Organization-local scope. |
| Site | Site-local scope. |
| Name | Description |
|---|---|
| Clone | Objects that can be duplicated. |
| Copy | Objects that can safely be copied via |
| Eq | Objects that implement the binary |
| MaybeClone | Objects that can be duplicated. |
This is currently only used for multicast addresses.