forked from Imagelibrary/lwip
ip6: enable ip6_autoconfig_enabled by default
See bug #56135 Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
committed by
Simon Goldschmidt
parent
3034e9fad0
commit
a9ac18aebb
@@ -73,7 +73,6 @@ main(void)
|
||||
netif.name[0] = 'e';
|
||||
netif.name[1] = '0';
|
||||
netif_create_ip6_linklocal_address(&netif, 1);
|
||||
netif.ip6_autoconfig_enabled = 1;
|
||||
netif_set_status_callback(&netif, netif_status_callback);
|
||||
netif_set_default(&netif);
|
||||
netif_set_up(&netif);
|
||||
|
||||
Reference in New Issue
Block a user