Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140469259
D19652.id55555.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
383 B
Referenced Files
None
Subscribers
None
D19652.id55555.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D19652: iflib: return ENETDOWN when the network device is down
Attached
Detach File
Event Timeline
Log In to Comment