File: Network/OSPFv2/OSPFPacket.msg
C++ definition: click here
Represents an OSPF Router LSA
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
OSPFLSA | common ancestor type for all LSAs |
Name | Type | Description |
---|---|---|
V_VirtualLinkEndpoint | bool | |
E_ASBoundaryRouter | bool | |
B_AreaBorderRouter | bool | |
numberOfLinks | unsigned short | |
links | Link[] |
class OSPFRouterLSA extends OSPFLSA { fields: bool V_VirtualLinkEndpoint = false; bool E_ASBoundaryRouter = false; bool B_AreaBorderRouter = false; unsigned short numberOfLinks = 0; Link links[]; }