Restore MAC state to on after we have received a prefix

This commit is contained in:
George Oikonomou 2017-10-29 23:46:28 +00:00
parent 6a5136ac76
commit 3656d2f9ec

View File

@ -411,6 +411,8 @@ PROCESS_THREAD(border_router_process, ev, data)
PROCESS_WAIT_EVENT_UNTIL(etimer_expired(&et));
}
NETSTACK_MAC.on();
#if DEBUG || 1
print_local_addresses();
#endif