| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ONOSLLDP
ONOS LLDP containing organizational TLV for ONOS device discovery.
|
| Modifier and Type | Method and Description |
|---|---|
LLDP |
LLDP.setChassisId(LLDPTLV chassis) |
LLDP |
LLDP.setOptionalTLVList(List<LLDPTLV> optionalTLVList) |
LLDP |
LLDP.setPortId(LLDPTLV portId) |
LLDP |
LLDP.setTtl(LLDPTLV ttl) |
| Modifier and Type | Method and Description |
|---|---|
static Deserializer<LLDP> |
LLDP.deserializer()
Deserializer function for LLDP packets.
|
Copyright © 2016. All rights reserved.