Message LDPAddress

File: Network/LDP/LDPPacket.msg

C++ definition: click here

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

LDPAddress LDPPacket

Extends:

LDPPacket

Base class for LDP packets

Fields:

Name Type Description
isWithdraw bool
family string
addresses string[]

Source code:

message LDPAddress extends LDPPacket
{
     fields:
         bool isWithdraw;
         string family;
         string addresses[];
};