File: Network/OSPFv2/OSPFPacket.msg
Represents an OSPF Network LSA
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

| OSPFLSA | common ancestor type for all LSAs |
| Name | Type | Description |
|---|---|---|
| networkMask | IPAddress | |
| attachedRouters | IPAddress[] |
class OSPFNetworkLSA extends OSPFLSA { fields: IPAddress networkMask; IPAddress attachedRouters[]; }