Page MenuHomeFreeBSD

D19652.id55261.diff
No OneTemporary

D19652.id55261.diff

Index: sys/net/iflib.c
===================================================================
--- sys/net/iflib.c
+++ 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
Wed, Jul 8, 4:23 PM (20 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34851386
Default Alt Text
D19652.id55261.diff (368 B)

Event Timeline