File: Network/OSPFv2/OSPFPacket.msg
Represents the contents of an OSPF AS External LSA
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
networkMask | IPAddress | |
E_ExternalMetricType | bool | |
routeCost | unsigned long | |
forwardingAddress | IPAddress | |
externalRouteTag | long | |
externalTOSInfo | ExternalTOSInfo[] |
class OSPFASExternalLSAContents { fields: IPAddress networkMask; bool E_ExternalMetricType = false; unsigned long routeCost = 1; IPAddress forwardingAddress; long externalRouteTag = 0; ExternalTOSInfo externalTOSInfo[]; }