|
|
@@ -342,8 +342,8 @@ netif_add(struct netif *netif,
|
|
|
#endif /* LWIP_NUM_NETIF_CLIENT_DATA */
|
|
|
#if LWIP_IPV6
|
|
|
#if LWIP_IPV6_AUTOCONFIG
|
|
|
- /* IPv6 address autoconfiguration not enabled by default */
|
|
|
- netif->ip6_autoconfig_enabled = 0;
|
|
|
+ /* IPv6 address autoconfiguration should be enabled by default */
|
|
|
+ netif->ip6_autoconfig_enabled = 1;
|
|
|
#endif /* LWIP_IPV6_AUTOCONFIG */
|
|
|
nd6_restart_netif(netif);
|
|
|
#endif /* LWIP_IPV6 */
|