Files
esp-idf/components
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
..
2020-02-15 18:28:25 +08:00
2019-10-09 16:46:46 +08:00
2020-03-11 18:22:07 +08:00
2020-02-15 18:28:25 +08:00
2019-11-29 18:05:24 +08:00
2020-03-10 17:45:06 +08:00
2019-12-09 09:44:56 +08:00
2020-03-03 16:56:14 +08:00