Ospfv2Lsa
classcommon ancestor type for all LSAs
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| cObject | (unknown -- not in documented files) |
Known subclasses
| Name | Type | Description |
|---|---|---|
| Ospfv2AsExternalLsa | class |
Represents an OSPF AS External LSA |
| Ospfv2NetworkLsa | class | |
| Ospfv2RouterLsa | class |
Represents an OSPF Router(1,2) LSA (RFC 1583 Section A.4.2.) |
| Ospfv2SummaryLsa | class |
Represents an OSPF Summary LSA |
Fields
| Name | Type | Description |
|---|---|---|
| header | Ospfv2LsaHeader |
Source code
// // common ancestor type for all LSAs // class Ospfv2Lsa extends cObject { @packetData; Ospfv2LsaHeader header; }File: src/inet/routing/ospfv2/Ospfv2Packet.msg