Namespace inet::ospfv3
Ospfv3InterAreaPrefixLsa
classInter-Area-Prefix-LSAs
Extends
Name | Type | Description |
---|---|---|
Ospfv3Lsa | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
reserved1 | uint8_t |
8 bits |
metric | uint32_t |
24 bits |
prefix | Ospfv3LsaPrefix0 |
Source code
// Inter-Area-Prefix-LSAs class Ospfv3InterAreaPrefixLsa extends Ospfv3Lsa { uint8_t reserved1 = 0; // 8 bits uint32_t metric; // 24 bits Ospfv3LsaPrefix0 prefix; }File: src/inet/routing/ospfv3/Ospfv3Packet.msg