mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
uncommented the remove of the router (necessary for compliance)
This commit is contained in:
parent
99f6932cdf
commit
75f036f698
@ -383,7 +383,7 @@ uip_nd6_periodic(void)
|
||||
if(uip_nd6_defrouter_list[i].used == 1) {
|
||||
router = &(uip_nd6_defrouter_list[i]);
|
||||
if (timer_expired(&(router->lifetime))) {
|
||||
;//uip_nd6_defrouter_rm(router);
|
||||
uip_nd6_defrouter_rm(router);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user