Class OSPFSummaryLSA

File: Network/OSPFv2/OSPFPacket.msg

Represents an OSPF Summary 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
routeCost unsigned long
tosData TOSData[]

Source code:

class OSPFSummaryLSA extends OSPFLSA
{
    fields:
        IPAddress     networkMask;
        unsigned long routeCost = 1;
        TOSData       tosData[];
}