Page MenuHomeFreeBSD

D19652.diff
No OneTemporary

D19652.diff

Index: head/sys/net/iflib.c
===================================================================
--- head/sys/net/iflib.c
+++ head/sys/net/iflib.c
@@ -3898,7 +3898,7 @@
if (__predict_false((ifp->if_drv_flags & IFF_DRV_RUNNING) == 0 || !LINK_ACTIVE(ctx))) {
DBG_COUNTER_INC(tx_frees);
m_freem(m);
- return (ENOBUFS);
+ return (ENETDOWN);
}
MPASS(m->m_nextpkt == NULL);

File Metadata

Mime Type
text/plain
Expires
Thu, Feb 13, 7:53 AM (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16624822
Default Alt Text
D19652.diff (383 B)

Event Timeline