MFC 1.51:

Force this interface to be RUNNING.
This commit is contained in:
glebius 2005-11-25 14:41:31 +00:00
parent d4826e3f0a
commit b7866a6d78

View File

@ -96,6 +96,7 @@ disc_clone_create(struct if_clone *ifc, int unit)
if_initname(ifp, ifc->ifc_name, unit);
ifp->if_mtu = DSMTU;
ifp->if_flags = IFF_LOOPBACK | IFF_MULTICAST;
ifp->if_drv_flags = IFF_DRV_RUNNING;
ifp->if_ioctl = discioctl;
ifp->if_output = discoutput;
ifp->if_hdrlen = 0;