added config for enabling/disabling removal of oldest route and added support function for checking if lladdress is used as nexthop

This commit is contained in:
Joakim Eriksson 2015-08-20 17:00:47 +02:00
parent 513393db54
commit d181bd9e6f
2 changed files with 15 additions and 4 deletions

View file

@ -197,7 +197,7 @@ uip_ipaddr_t *uip_ds6_route_nexthop(uip_ds6_route_t *);
int uip_ds6_route_num_routes(void);
uip_ds6_route_t *uip_ds6_route_head(void);
uip_ds6_route_t *uip_ds6_route_next(uip_ds6_route_t *);
int uip_ds6_route_is_nexthop(const uip_lladdr_t *lladdr);
/** @} */
#endif /* UIP_DS6_ROUTE_H */