Skip to content
Snippets Groups Projects
Commit 3656d2f9 authored by George Oikonomou's avatar George Oikonomou
Browse files

Restore MAC state to on after we have received a prefix

parent 6a5136ac
No related branches found
No related tags found
No related merge requests found
...@@ -411,6 +411,8 @@ PROCESS_THREAD(border_router_process, ev, data) ...@@ -411,6 +411,8 @@ PROCESS_THREAD(border_router_process, ev, data)
PROCESS_WAIT_EVENT_UNTIL(etimer_expired(&et)); PROCESS_WAIT_EVENT_UNTIL(etimer_expired(&et));
} }
NETSTACK_MAC.on();
#if DEBUG || 1 #if DEBUG || 1
print_local_addresses(); print_local_addresses();
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment