File: Network/LDP/LDPPacket.msg
LDP Address Message
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

| LDPPacket | Base class for LDP packets |
| Name | Type | Description |
|---|---|---|
| isWithdraw | bool | |
| family | string | |
| addresses | string[] |
message LDPAddress extends LDPPacket { fields: bool isWithdraw; string family; string addresses[]; };