The loopback interface is used in many of the Python 3 unit tests.
Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
help
Print netif status changes to standard console
+config LWIP_HAVE_LOOPIF
+ bool "Loopback interface"
+ default n
+ help
+ Enable loopback interface.
+
config LWIP_IPV4
bool "IPv4 support"
default y
#define LWIP_NETIF_EXT_STATUS_CALLBACK 0
#endif /* CONFIG_LWIP_NETIF_EXT_STATUS_CALLBACK */
+#if CONFIG_LWIP_HAVE_LOOPIF
+#define LWIP_HAVE_LOOPIF 1
+#endif
+
/**
* ARP options
*/