esp-idf/components/lwip/port
David Cermak 6acdb384f6 fix(esp_netif): Restore DNS servers per netif when setting it default
Introducing config option `CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF`
to overcome LWIP limitation of using global DNS server info.
This config option enables LWIP callbacks to collect per netif DNS
server info and then restores global DNS servers of whichever network
interface is selected as default.

LWIP submodule update: git log --oneline aa4f6e78..3a3d1fb3
- dns: Allow storing dnsserver per netif (espressif/esp-lwip@3a3d1fb3)
2024-07-04 10:37:22 +02:00
..
debug fix(lwip): fix log format resulting in compilation failue issue 2024-01-17 10:47:10 +08:00
esp32xx lwip: Fix print format -Wformat issues 2023-08-15 11:01:01 +02:00
freertos fix(lwip): Cleanup freertos port to use more readable checks 2024-06-20 08:57:25 +02:00
hooks Merge branch 'bugfix/dhcp_opts_vsi_vci' into 'master' 2023-11-14 22:36:10 +08:00
include fix(esp_netif): Restore DNS servers per netif when setting it default 2024-07-04 10:37:22 +02:00
linux refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08:00
if_index.c fix(lwip): Fixed compilation error referencing undefined POSIX interface API 2024-05-10 23:05:36 +10:00
sockets_ext.c lwip: Support for linux target 2023-01-31 08:43:45 +01:00