Message LDPNotify

File: Network/LDP/LDPPacket.msg

LDP notification 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.

Extends:

LDPPacket

Base class for LDP packets

Fields:

Name Type Description
status int
fec FEC_TLV

Source code:

message LDPNotify extends LDPPacket
{
    fields:
        int status;
        FEC_TLV fec;
};