ip6: enable ip6_autoconfig_enabled by default

See bug #56135

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
Gao Qingshui
2019-04-14 12:26:08 +02:00
committed by Simon Goldschmidt
parent 3034e9fad0
commit a9ac18aebb
4 changed files with 2 additions and 7 deletions

View File

@@ -84,7 +84,6 @@ static err_t testif_init(struct netif *netif)
#if LWIP_IPV6
netif->output_ip6 = ethip6_output;
netif->ip6_autoconfig_enabled = 1;
netif_create_ip6_linklocal_address(netif, 1);
netif->flags |= NETIF_FLAG_MLD6;
#endif