LDP message types
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
// // LDP message types // enum LDP_MESSAGE_TYPES { NOTIFICATION = 10; HELLO = 11; INITIALIZATION = 12; KEEP_ALIVE = 13; ADDRESS = 14; ADDRESS_WITHDRAW = 15; LABEL_MAPPING = 16; LABEL_REQUEST = 17; LABEL_WITHDRAW = 18; LABEL_RELEASE = 19; UNKNOWN = 20; }