Deleted Added
full compact
33c33
< * $FreeBSD: head/sys/net/if_iso88025subr.c 148883 2005-08-09 08:39:56Z glebius $
---
> * $FreeBSD: head/sys/net/if_iso88025subr.c 148887 2005-08-09 10:20:02Z rwatson $
256c256,257
< 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)))
487c488,489
< 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)))