Class OSPFNetworkLSA

File: Network/OSPFv2/OSPFPacket.msg

C++ definition: click here

Represents an OSPF Network 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
networkMask IPAddress
attachedRouters IPAddress[]

Source code:

class OSPFNetworkLSA extends OSPFLSA
{
    fields:
        IPAddress       networkMask;
        IPAddress       attachedRouters[];
}