Deleted Added
full compact
42c42
< * $FreeBSD: head/sys/netgraph/ng_ether.c 147256 2005-06-10 16:49:24Z brooks $
---
> * $FreeBSD: head/sys/netgraph/ng_ether.c 148887 2005-08-09 10:20:02Z rwatson $
604c604,605
< 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))) {