added support for experimental RPL prefix based autoconf
This commit is contained in:
parent
34b8313fb6
commit
293f08e9c7
2 changed files with 7 additions and 3 deletions
|
@ -140,9 +140,9 @@ PROCESS_THREAD(udp_client_process, ev, data)
|
|||
|
||||
PRINTF("UDP client process started\n");
|
||||
|
||||
#if UIP_CONF_ROUTER
|
||||
set_global_address();
|
||||
#endif
|
||||
/* #if UIP_CONF_ROUTER */
|
||||
/* set_global_address(); */
|
||||
/* #endif */
|
||||
|
||||
print_local_addresses();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue