Ospfv3InterAreaPrefixLsa

Ospfv3InterAreaPrefixLsa

class

Inter-Area-Prefix-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
reserved1 uint8_t

8 bits

metric uint32_t

24 bits

prefix Ospfv3LsaPrefix0
header Ospfv3LsaHeader

Source code

// Inter-Area-Prefix-LSAs
class Ospfv3InterAreaPrefixLsa extends Ospfv3Lsa
{
    uint8_t reserved1 = 0;		// 8 bits
    uint32_t metric;			// 24 bits
    Ospfv3LsaPrefix0 prefix;
}

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