Merge pull request #2148 from niziak/master

native-border-router: fix for disappearing timer 'uip_ds6_timer_perio…
contiki
Nicolas Tsiftes 2017-04-18 15:19:57 +02:00 committed by GitHub
commit 391a84726f
1 changed files with 2 additions and 0 deletions

View File

@ -247,8 +247,10 @@ border_router_set_mac(const uint8_t *data)
/* is this ok - should instead remove all addresses and
add them back again - a bit messy... ?*/
PROCESS_CONTEXT_BEGIN(&tcpip_process);
uip_ds6_init();
rpl_init();
PROCESS_CONTEXT_END(&tcpip_process);
mac_set = 1;
}