EigrpRouteFlags

Namespace inet

EigrpRouteFlags

struct

8 bit flags field, only three flags specified

Fields

Name Type Description
SW bool

Source Withdraw

CD bool

Candidate Default

active bool

Active path

Source code

// 8 bit flags field, only three flags specified
struct EigrpRouteFlags
{
    @packetData;
    bool SW;        // Source Withdraw
    bool CD;        // Candidate Default
    bool active;    // Active path
}

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