Namespace inet::ospfv2
Ospfv2AsExternalLsaContents
classRepresents the contents of an OSPF AS External LSA
Extends
| Name | Type | Description | 
|---|---|---|
| cObject | (unknown -- not in documented files) | 
Fields
| Name | Type | Description | 
|---|---|---|
| networkMask | Ipv4Address | |
| externalTOSInfo | Ospfv2ExternalTosInfo[] | 
Source code
// // Represents the contents of an OSPF AS External LSA // class Ospfv2AsExternalLsaContents extends cObject { @packetData; Ipv4Address networkMask; Ospfv2ExternalTosInfo externalTOSInfo[]; }File: src/inet/routing/ospfv2/Ospfv2Packet.msg