Ospfv3AsExternalLsa

Namespace inet::ospfv3

Ospfv3AsExternalLsa

class

AS-External-LSAs

Extends

Name Type Description
Ospfv3Lsa (unknown -- not in documented files)

Fields

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

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