Next Hop Flags

Next Hop State Flags

Constant Value Description
RTM_NEXTHOP_STATE_CREATED 0 Indicates that the next hop was created.
RTM_NEXTHOP_STATE_DELETED 1 Indicates that the next hop was deleted.

 

Next Hop Flags

Constant Value Description
RTM_NEXTHOP_FLAGS_REMOTE 0x0001 This next hop points to a remote destination that is not directly reachable. To obtain the complete path, the client must perform a recursive lookup.
RTM_NEXTHOP_FLAGS_DOWN 0x0002 This flag is reserved for future use.

 

Next Hop Added

Constant Value Description
RTM_NEXTHOP_CHANGE_NEW 0x01 A new next hop was created.