File: Network/OSPFv2/OSPFPacket.msg
C++ definition: click here
Represents an OSPF Summary 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 |
---|---|---|
networkMask | IPAddress | |
routeCost | unsigned long | |
tosData | TOSData[] |
class OSPFSummaryLSA extends OSPFLSA { fields: IPAddress networkMask; unsigned long routeCost = 1; TOSData tosData[]; }