Ospfv3RouterLsaBody
struct(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Fields
Name | Type | Description |
---|---|---|
type | uint8_t | |
metric | uint16_t | |
interfaceID | uint32_t | |
neighborInterfaceID | uint32_t | |
neighborRouterID | Ipv4Address |
TODO - check if this is a number of IP address |
Source code
struct Ospfv3RouterLsaBody { uint8_t type; uint16_t metric; uint32_t interfaceID; uint32_t neighborInterfaceID; Ipv4Address neighborRouterID;//TODO - check if this is a number of IP address }File: src/inet/routing/ospfv3/Ospfv3Packet.msg