DesignatedRouterId

Namespace inet::ospfv2

DesignatedRouterId

struct

(no description)

Fields

Name Type Description
routerID Ipv4Address
ipInterfaceAddress Ipv4Address

Source code

struct DesignatedRouterId
{
    @existingClass;
    @descriptor(readonly);

    Ipv4Address routerID;
    Ipv4Address ipInterfaceAddress;
}

File: src/inet/routing/ospfv2/router/Ospfv2Common.msg