Ospfv3LinkLsa
classLink-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.
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 |
---|---|---|
routerPriority | uint8_t | |
ospfOptions | Ospfv3Options | |
linkLocalInterfaceAdd | L3Address | |
numPrefixes | uint32_t | |
prefixes | Ospfv3LsaPrefix0[] | |
header | Ospfv3LsaHeader |
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