Ospfv3LinkLsa

Namespace inet::ospfv3

Ospfv3LinkLsa

class

Link-LSAs A link-local only LSA for OSPFv3. A Type 8 LSA is used to give information about link-local addresses and a list of IPv6 addresses on the link.

Extends

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

Fields

Name Type Description
routerPriority uint8_t
ospfOptions Ospfv3Options
linkLocalInterfaceAdd L3Address
numPrefixes uint32_t
prefixes Ospfv3LsaPrefix0[]

Source code

// Link-LSAs
// A link-local only LSA for OSPFv3. A Type 8 LSA is used to give
// information about link-local addresses and a list of IPv6 addresses on the link.
class Ospfv3LinkLsa extends Ospfv3Lsa
{
    uint8_t routerPriority;
    Ospfv3Options ospfOptions;

    L3Address linkLocalInterfaceAdd;

    uint32_t numPrefixes;
    Ospfv3LsaPrefix0 prefixes[];
}

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