Ospfv3InterAreaRouterLsa

Ospfv3InterAreaRouterLsa

class

Inter-Area-Router-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
ospfOptions Ospfv3Options
metric uint32_t
destinationRouter uint32_t
header Ospfv3LsaHeader

Source code

//Inter-Area-Router-LSAs
class Ospfv3InterAreaRouterLsa extends Ospfv3Lsa
{
    Ospfv3Options ospfOptions;
    uint32_t metric;
    uint32_t destinationRouter;
}

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