mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b9d1afdb86
On update of any interface (set up/down) a routing preference is updated calling esp_netif_update_default_netif() that is called from lwip context. But if the related netif was ppp type, the set_default api used user-mode, thus causing a dead lock. Closes https://github.com/espressif/esp-idf/issues/4746 |
||
---|---|---|
.. | ||
esp_netif_lwip_defaults.c | ||
esp_netif_lwip_internal.h | ||
esp_netif_lwip_ppp.c | ||
esp_netif_lwip_ppp.h | ||
esp_netif_lwip.c | ||
esp_netif_sta_list.c |