Ospfv3Lsa
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 |
---|---|---|
cObject | (unknown -- not in documented files) |
Known subclasses
Name | Type | Description |
---|---|---|
Ospfv3AsExternalLsa | class |
AS-External-LSAs |
Ospfv3InterAreaPrefixLsa | class |
Inter-Area-Prefix-LSAs |
Ospfv3InterAreaRouterLsa | class |
Inter-Area-Router-LSAs |
Ospfv3IntraAreaPrefixLsa | class |
Intra-Area-Prefix-LSAs |
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. |
Ospfv3NetworkLsa | class |
Network LSA |
Ospfv3NssaLsa | class |
NSSA-LSAs Routers in a Not-so-stubby-area (NSSA) do not receive external LSAs from Area Border Routers, but are allowed to send external routing information for redistribution. They use type 7 LSAs to tell the ABRs about these external routes, which the Area Border Router then translates to type 5 external LSAs and floods as normal to the rest of the OSPF network |
Ospfv3RouterLsa | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
header | Ospfv3LsaHeader |
Source code
class Ospfv3Lsa extends cObject { Ospfv3LsaHeader header; }File: src/inet/routing/ospfv3/Ospfv3Packet.msg