| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| Modifier and Type | Method and Description |
|---|---|
Ip6Prefix |
IpPrefix.getIp6Prefix()
Gets the
Ip6Prefix view of the IP prefix. |
static Ip6Prefix |
Ip6Prefix.valueOf(byte[] address,
int prefixLength)
Converts a byte array and a prefix length into an IPv6 prefix.
|
static Ip6Prefix |
Ip6Prefix.valueOf(Ip6Address address,
int prefixLength)
Converts an IPv6 address and a prefix length into an IPv6 prefix.
|
static Ip6Prefix |
Ip6Prefix.valueOf(String address)
Converts a CIDR (slash) notation string (e.g., "1111:2222::/64")
into an IPv6 prefix.
|
Copyright © 2016. All rights reserved.