LDPNotify

Namespace inet

LDPNotify

packet

LDP notification message

Extends

Name Type Description
LDPPacket (unknown -- not in documented files)

Fields

Name Type Description
status int
fec FEC_TLV

Source code

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

File: src/inet/networklayer/ldp/LDPPacket.msg