Ospfv3AsExternalLsa

Ospfv3AsExternalLsa

class

AS-External-LSAs

Usage diagram

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

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
Ospfv3Lsa class (no description)

Fields

Name Type Description
eBit bool
fBit bool
tBit bool
metric uint32_t
referencedLSType uint16_t
forwardingAddress Ipv6Address
externalRouteTag uint32_t
referencedLSID uint32_t
header Ospfv3LsaHeader

Source code

//   AS-External-LSAs
class Ospfv3AsExternalLsa extends Ospfv3Lsa
{
    bool eBit;
    bool fBit;
    bool tBit;
    uint32_t metric;

    uint16_t referencedLSType;

    Ipv6Address forwardingAddress;
    uint32_t externalRouteTag;
    uint32_t referencedLSID;
}

File: src/inet/routing/ospfv3/Ospfv3Packet.msg