EigrpMsgRoute

Namespace inet

EigrpMsgRoute

struct

EIGRP RTP

Fields

Name Type Description
sourceId int

ID of source for route

routeId int

ID of route

unreachable bool

Route with maximal metric

invalid bool
originator Ipv4Address

Source code

//
// EIGRP RTP
//
struct EigrpMsgRoute
{
    int sourceId;           // ID of source for route
    int routeId;            // ID of route
    bool unreachable;       // Route with maximal metric
    bool invalid;
    Ipv4Address originator;
}

File: src/inet/routing/eigrp/messages/EigrpMessage.msg