esp-idf/components
David Cermak b9d1afdb86 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-11-11 13:29:13 +01:00
..
2020-09-17 10:51:39 +07:00
2020-11-05 04:13:39 +00:00
2019-11-29 18:05:24 +08:00
2020-09-01 16:00:49 +08:00
2019-12-09 09:44:56 +08:00