Class OSPFLSA

File: Network/OSPFv2/OSPFPacket.msg

C++ definition: click here

common ancestor type for all LSAs

class OSPFLSA extends cObject

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Known subclasses:

OSPFRouterLSA

Represents an OSPF Router LSA

OSPFNetworkLSA

Represents an OSPF Network LSA

OSPFSummaryLSA

Represents an OSPF Summary LSA

OSPFASExternalLSA

Represents an OSPF AS External LSA

Fields:

Name Type Description
header OSPFLSAHeader

Source code:

class OSPFLSA
{
    fields:
        OSPFLSAHeader   header;
}