struct netconf_route_nexthop
Overview
Nexthop of a multipath route. More…
#include <netconf.h> struct netconf_route_nexthop { // fields uint32_t weight; int oifindex; uint8_t* gateway; // methods LIST_ENTRY(netconf_route_nexthop); };
Detailed Documentation
Nexthop of a multipath route.
Fields
uint32_t weight
Weight.
int oifindex
Interface index.
uint8_t* gateway
Gateway address
Methods
LIST_ENTRY(netconf_route_nexthop)
List links.