| Class and Description |
|---|
| org.onlab.util.HexDump
in 1.11.0
|
| Enum and Description |
|---|
| org.onlab.packet.DHCPPacketType
1.11 Loon, move into DHCP class.
|
| Field and Description |
|---|
| org.onlab.packet.IpPrefix.MULTICAST_RANGE |
| Method and Description |
|---|
| org.onlab.packet.ndp.NeighborAdvertisement.buildNdpAdv(byte[], byte[], Ethernet)
since 1.11.0
|
| org.onlab.packet.ndp.NeighborSolicitation.buildNdpSolicit(byte[], byte[], byte[], byte[], byte[], VlanId)
since 1.11.0
|
| org.onlab.util.ImmutableByteSequence.fit(ImmutableByteSequence, int)
in ONOS 1.13, use
ImmutableByteSequence.fit(int)
instead. |
| org.onlab.util.Timer.getTimer()
in 1.11.0
|
| org.onlab.packet.MacAddress.isLinkLocal()
in Kingfisher release. Link local is not a correct description for
this MAC address. Replaced with
MacAddress.isLldp() |
| org.onlab.util.GuavaCollectors.toImmutableList()
in 1.11.0 consider using
ImmutableList.toImmutableList() instead. |
| org.onlab.util.GuavaCollectors.toImmutableSet()
in 1.11.0 consider using
ImmutableSet.toImmutableSet() instead. |