Packet LDPNotify

File: src/networklayer/ldp/LDPPacket.msg

LDP notification message

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

Name Type Description
LDPPacket packet

Base class for LDP packets

Fields:

Name Type Description
status int
fec FEC_TLV
type int
senderAddress IPAddress
receiverAddress IPAddress

Source code:

//
// LDP notification message
//
packet LDPNotify extends LDPPacket
{
    int status;
    FEC_TLV fec;
}