Ospfv3NetworkLsa
classNetwork LSA
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 | |
attachedRouter | Ipv4Address[] | |
header | Ospfv3LsaHeader |
Source code
//Network LSA class Ospfv3NetworkLsa extends Ospfv3Lsa { Ospfv3Options ospfOptions; Ipv4Address attachedRouter[]; }File: src/inet/routing/ospfv3/Ospfv3Packet.msg