mirror of
https://github.com/espressif/esp-idf
synced 2025-04-11 09:10:09 -04: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.