LDP Label Mapping Message
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
LDPPacket (packet) |
Base class for LDP packets |
Name | Type | Description |
---|---|---|
senderAddress | IPAddress | |
fec | FEC_TLV | |
label | int | |
type | int | |
receiverAddress | IPAddress |
// // LDP Label Mapping Message // packet LDPLabelMapping extends LDPPacket { FEC_TLV fec; int label; }