OVMS3-idf/components/esp_netif/lwip
David Cermak e8ff22b5fb esp-netif: set default interface for ppp netif must be called from lwip context
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
2020-03-19 13:16:24 +00:00
..
esp_netif_lwip.c esp-netif: set default interface for ppp netif must be called from lwip context 2020-03-19 13:16:24 +00:00
esp_netif_lwip_defaults.c esp_netif: Support for PPPoS in esp_netif using lwip ppp client 2019-12-16 17:34:10 +00:00
esp_netif_lwip_internal.h esp_netif: Support for PPPoS in esp_netif using lwip ppp client 2019-12-16 17:34:10 +00:00
esp_netif_lwip_ppp.c esp-netif: set default interface for ppp netif must be called from lwip context 2020-03-19 13:16:24 +00:00
esp_netif_lwip_ppp.h esp-netif: set default interface for ppp netif must be called from lwip context 2020-03-19 13:16:24 +00:00
esp_netif_sta_list.c esp_netif: moving default netifs to wifi, moved sta_list to a separate header -- note will fail unit tests 2019-11-13 12:36:25 +01:00