File: Network/LDP/LDPPacket.msg
Base class for LDP packets
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
LDPLabelMapping | LDP Label Mapping Message |
LDPLabelRequest | LDP Label Request Message |
LDPHello | LDP Hello Message |
LDPNotify | LDP notification message |
LDPIni | LDP Ini Message |
LDPAddress | LDP Address Message |
Name | Value | Description |
---|---|---|
omitGetVerb | true |
Name | Type | Description |
---|---|---|
type | int | |
senderAddress | IPAddress | |
receiverAddress | IPAddress |
message LDPPacket { properties: omitGetVerb = true; fields: int type; IPAddress senderAddress; IPAddress receiverAddress; };