| 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.ONOSLLDP.BDDP_MULTICAST
in Kingfisher. Use MacAddress.BROADCASAT instead.
|
| org.onlab.packet.ONOSLLDP.LLDP_ONLAB
in Kingfisher. Use MacAddress.ONOS_LLDP instead.
|
| org.onlab.packet.IpPrefix.MULTICAST_RANGE |
| org.onlab.packet.ONOSLLDP.ONLAB_OUI
in Kingfisher. Use MacAddress.ONOS.oui() instead.
|
| 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.SlidingWindowCounter.get(int)
since 1.12
|
| 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. |