LdpNotify

Namespace inet

LdpNotify

class

LDP notification message

Extends

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

Fields

Name Type Description
status int
fec FecTlv

Source code

//
// LDP notification message
//
class LdpNotify extends LdpPacket
{
    int status;
    FecTlv fec;
}

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