bugfix for dns lookup failed

This commit is contained in:
xueyunfei 2020-04-10 11:07:54 +08:00
parent ec0605db4c
commit 6cdb27a361

View file

@ -664,7 +664,7 @@
* LWIP_ND6_RDNSS_MAX_DNS_SERVERS: Allow IPv6 DNS servers to be retrieved from
* NDP, up to the maximum number of allowed DNS servers (minus fallback slot)
*/
#define LWIP_ND6_RDNSS_MAX_DNS_SERVERS DNS_MAX_SERVERS
#define LWIP_ND6_RDNSS_MAX_DNS_SERVERS 0
/*