mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-31 18:16:34 +03:00
calling esp_netif_up() and esp_netif_down() was not supported if the underlying netif wos of ppp type. Updated the code to enable setting these interfaces up/down and registered actions in moden_netif glue for connection/disconnection events to set the netif up/down.