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:
parent
513393db54
commit
d181bd9e6f
2 changed files with 15 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue