Ospfv3RouterLsaBody

Namespace inet::ospfv3

Ospfv3RouterLsaBody

struct

(no description)

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
{
    @packetData;
    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