mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'bugfix/dns_lookup_failed' into 'release/v3.3'
lw-ip:bugfix for dns lookup failed See merge request espressif/esp-idf!8308
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user