Message LDPPacket

File: Network/LDP/LDPPacket.msg

C++ definition: click here

Base class for LDP packets

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Known subclasses:

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

Properties:

Name Value Description
omitGetVerb true

Fields:

Name Type Description
type int
senderAddress IPAddress
receiverAddress IPAddress

Source code:

message LDPPacket
{
    properties:
        omitGetVerb = true;
    fields:
        int type;
        IPAddress senderAddress;
        IPAddress receiverAddress;
};