added support for extending route entries
This commit is contained in:
parent
60ea81297a
commit
2b44f809fb
1 changed files with 4 additions and 1 deletions
|
@ -225,8 +225,11 @@ typedef struct uip_ds6_route {
|
||||||
uint8_t isused;
|
uint8_t isused;
|
||||||
uip_ipaddr_t ipaddr;
|
uip_ipaddr_t ipaddr;
|
||||||
uint8_t length;
|
uint8_t length;
|
||||||
uip_ipaddr_t nexthop;
|
|
||||||
uint8_t metric;
|
uint8_t metric;
|
||||||
|
uip_ipaddr_t nexthop;
|
||||||
|
#ifdef UIP_DS6_ROUTE_STATE_TYPE
|
||||||
|
UIP_DS6_ROUTE_STATE_TYPE state;
|
||||||
|
#endif
|
||||||
} uip_ds6_route_t;
|
} uip_ds6_route_t;
|
||||||
|
|
||||||
/** \brief Interface structure (contains all the interface variables) */
|
/** \brief Interface structure (contains all the interface variables) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue