Deleted Added
full compact
36c36
< * $FreeBSD: head/sys/net/if_fddisubr.c 148641 2005-08-02 17:52:52Z rwatson $
---
> * $FreeBSD: head/sys/net/if_fddisubr.c 148887 2005-08-09 10:20:02Z rwatson $
130c130,131
< if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
---
> if (!((ifp->if_flags & IFF_UP) &&
> (ifp->if_drv_flags & IFF_DRV_RUNNING)))
390c391,392
< if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
---
> if (!((ifp->if_flags & IFF_UP) &&
> (ifp->if_drv_flags & IFF_DRV_RUNNING)))