Ospfv3RouterLsa

Ospfv3RouterLsa

class

(no description)

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
ntBit bool
xBit bool
vBit bool
eBit bool
bBit bool
ospfOptions Ospfv3Options
routers Ospfv3RouterLsaBody[]
header Ospfv3LsaHeader

Source code

class Ospfv3RouterLsa extends Ospfv3Lsa
{
    bool ntBit;
    bool xBit;
    bool vBit;
    bool eBit;
    bool bBit;
    Ospfv3Options ospfOptions;

    Ospfv3RouterLsaBody routers[];
}

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