Files
esp-idf/components
David Cermak 9f17f586f4 esp_netif: Set default netif with lwip_netif
Make use of lwip_netif pointer for setting the default interface in lwip,
since the  is a generic pointer used in I/O functions wheras the former is always the  type.
More importantly the netif_handle could be set to another context ptr
used in I/O functions, as as for the SLIP netif.

This change fixes the issue of incorrect settings of a default interface
if any SLIP netif is involved.

Closes https://github.com/espressif/esp-idf/issues/7246
2021-08-17 19:10:49 +08:00
..
2021-07-16 20:14:27 +08:00
2021-07-01 19:53:50 +08:00
2021-07-16 20:14:27 +08:00
2021-08-17 16:10:45 +08:00
2021-01-06 17:21:53 +05:30
2021-08-06 17:08:21 +08:00
2021-07-22 10:43:10 +08:00
2021-07-16 20:14:27 +08:00
2021-07-22 10:43:10 +08:00