Page MenuHomeFreeBSD

D19652.id55555.diff
No OneTemporary

D19652.id55555.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, Dec 25, 7:15 AM (2 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27243391
Default Alt Text
D19652.id55555.diff (383 B)

Event Timeline