esp-idf/components/esp_netif/lwip
David Cermak d2791b32fd esp_netif: Post IP event for PPP netifs unconditionally
IP update notification for "point to point" interfaces is performed
via the same callback function as for any other interfaces (dhcp_cb,
although it's not DHCP related). In P2P interfaces we have to assure
that we always get a notification, so we can set the interface up.
This was omitted when getting the same IP address for the second
time, causing the PPPoS interface (in esp-modem applications) failing
to reconnect if disconnected.

Closes https://github.com/espressif/esp-idf/issues/10308
Closes https://github.com/espressif/esp-protocols/issues/188
2022-12-16 18:32:55 +01:00
..
netif esp_netif/lwip: Use netif-client-data to store esp_netif ptr 2022-07-27 11:55:18 +00:00
esp_netif_br_glue.c esp_netif: added support for LwIP bridge 2022-06-14 15:29:44 +02:00
esp_netif_lwip_defaults.c esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
esp_netif_lwip_internal.h esp_netif: Migrate SLIP interface to user-space 2022-08-18 07:07:44 +02:00
esp_netif_lwip_ppp.c esp_netif: Migrate SLIP interface to user-space 2022-08-18 07:07:44 +02:00
esp_netif_lwip_ppp.h esp_netif/lwip: Implement basic support for vanilla-lwip (2.1.3-REL) 2022-05-18 17:10:42 +02:00
esp_netif_lwip.c esp_netif: Post IP event for PPP netifs unconditionally 2022-12-16 18:32:55 +01:00