mirror of
https://github.com/espressif/esp-idf
synced 2025-04-22 22:41:34 -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.