Message LDPLabelRequest

File: Network/LDP/LDPPacket.msg

C++ definition: click here

LDP Label Request Message

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.

LDPLabelRequest LDPPacket

Extends:

LDPPacket

Base class for LDP packets

Fields:

Name Type Description
fec FEC_TLV

Source code:

message LDPLabelRequest extends LDPPacket
{
    fields:
        FEC_TLV fec;
};