Ospfv2AsExternalLsaContents

Ospfv2AsExternalLsaContents

class

C++ definition

Represents the contents of an OSPF AS External LSA

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

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