| 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 |
| org.onlab.packet.LLDP.PORT_TLV_SUBTYPE
since 1.15. Use the PORT_TLV_COMPONENT_SUBTYPE instead of PORT_TLV_SUBTYPE.
|
| org.onlab.packet.ICMP.SUBTYPE_ECHO_REPLY
since Peacock (1.15) - Use CODE_ECHO_REPLY 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.packet.ONOSLLDP.onosLLDP(String, ChassisId, int)
since 1.15. Insecure, do not use.
|
| org.onlab.packet.ONOSLLDP.onosLLDP(String, ChassisId, int, String)
since 1.15. Insecure, do not use.
|
| 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. |