Joel Cunningham 5b0d9338fd netif, loopif: set link up on loopback interface
When LWIP_HAVE_LOOPIF is enabled, a separate loopback interface is added
as a netif. A netif need to have its link state set to up to be able to be
selected as a route in ip4_route or ip6_route.

The regression appears to be when bug #43904 (ip_route() and ip6_route()
must detect linkup status) was fixed.

Furthermore, there is no point of having the loopif down by default.
2015-07-27 00:22:30 +02:00
..
2015-04-23 07:24:45 +02:00
2015-02-11 21:53:12 +01:00
2015-04-22 14:18:54 +02:00
2015-04-23 07:24:45 +02:00