MFC 1.51:
Force this interface to be RUNNING.
This commit is contained in:
parent
d4826e3f0a
commit
b7866a6d78
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user