Namespace inet::ospfv3
Ospfv3IntraAreaPrefixLsa
classIntra-Area-Prefix-LSAs
Extends
Name | Type | Description |
---|---|---|
Ospfv3Lsa | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
numPrefixes | unsigned short | |
referencedLSType | unsigned short | |
referencedLSID | Ipv4Address | |
referencedAdvRtr | Ipv4Address | |
prefixes | Ospfv3LsaPrefixMetric[] |
Source code
// Intra-Area-Prefix-LSAs class Ospfv3IntraAreaPrefixLsa extends Ospfv3Lsa { unsigned short numPrefixes; unsigned short referencedLSType; Ipv4Address referencedLSID; Ipv4Address referencedAdvRtr; Ospfv3LsaPrefixMetric prefixes[]; }File: src/inet/routing/ospfv3/Ospfv3Packet.msg