esp-idf/components/lwip/port/esp32
David Cermak 49022e99f5 lwip: Add config for DHCP client id; Fix DNS server idx assert issue
This commit brings two esp-lwip fixes to IDF:

1) Add configuration to disable DHCP client identification
2195f7416f
This config could be used to disable option 61 in DHCP packets, so that
clients will be identified by their  chaddr only.
(This is the lwip upstream original behaviour)

2) Fix server_idx increasing to DNS_MAX_SERVERS and trigger the LWIP_ASSERT
5a567d52f7
When lwip doesn't have DNS server and resolve a domain address, the server_idx
will increase to DNS_MAX_SERVERS, which will trigger the LWIP_ASSERT and make device crash.

Closes https://github.com/espressif/esp-idf/issues/6878
2021-05-07 14:11:51 +02:00
..
debug lwip: Fix spelling issues in lwip_debug.c 2021-02-23 18:26:03 +08:00
freertos core system: Fix warnings in compilation when assertions are disabled 2021-03-03 10:26:57 +11:00
hooks lwip: add config options for Thread IPv6 border routing 2021-04-22 06:13:47 +00:00
include lwip: Add config for DHCP client id; Fix DNS server idx assert issue 2021-05-07 14:11:51 +02:00
netif Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
no_vfs_syscalls.c lwip: handle CONFIG_VFS_SUPPORT_IO=n and CONFIG_VFS_SUPPORT_SELECT=n 2020-03-20 14:03:44 +01:00
vfs_lwip.c lwip: handle CONFIG_VFS_SUPPORT_IO=n and CONFIG_VFS_SUPPORT_SELECT=n 2020-03-20 14:03:44 +01:00