Set IFF_RUNNING on the loopback interface.

This commit is contained in:
Garrett Wollman
1996-06-19 16:24:10 +00:00
parent a85fadfc45
commit b8dc74a3a8
+2 -2
View File
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_loop.c 8.1 (Berkeley) 6/10/93
* $Id: if_loop.c,v 1.20 1996/05/24 01:35:10 julian Exp $
* $Id: if_loop.c,v 1.21 1996/06/10 23:07:31 gpalmer Exp $
*/
/*
@@ -262,7 +262,7 @@ loioctl(ifp, cmd, data)
switch (cmd) {
case SIOCSIFADDR:
ifp->if_flags |= IFF_UP;
ifp->if_flags |= IFF_UP | IFF_RUNNING;
ifa = (struct ifaddr *)data;
ifa->ifa_rtrequest = lortrequest;
/*