mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-02 14:58:22 +00:00
Enable LWIP_HAVE_LOOPIF by default when LWIP_NETIF_LOOPBACK==1 to not make loopback traffic depend on the only netif's link state
This commit is contained in:
parent
4edade8079
commit
6e5ff1dbe8
@ -1419,7 +1419,7 @@
|
|||||||
* netif is available, loopback traffic uses this netif.
|
* netif is available, loopback traffic uses this netif.
|
||||||
*/
|
*/
|
||||||
#ifndef LWIP_HAVE_LOOPIF
|
#ifndef LWIP_HAVE_LOOPIF
|
||||||
#define LWIP_HAVE_LOOPIF 0
|
#define LWIP_HAVE_LOOPIF LWIP_NETIF_LOOPBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user