HostRouteParameters

Namespace inet::ospfv2

HostRouteParameters

struct

(no description)

Fields

Name Type Description
ifIndex unsigned char
address Ipv4Address
linkCost Metric

Source code

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

    unsigned char ifIndex;
    Ipv4Address address;
    Metric linkCost;
}
File: src/inet/routing/ospfv2/router/Ospfv2Common.msg