Class OSPFASExternalLSA

File: Network/OSPFv2/OSPFPacket.msg

C++ definition: click here

Represents an OSPF AS External LSA

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.

Extends:

OSPFLSA

common ancestor type for all LSAs

Fields:

Name Type Description
contents OSPFASExternalLSAContents

Source code:

class OSPFASExternalLSA extends OSPFLSA
{
    fields:
        OSPFASExternalLSAContents contents;
}