Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149068100
D8214.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
462 B
Referenced Files
None
Subscribers
None
D8214.diff
View Options
Index: head/sys/net/if.c
===================================================================
--- head/sys/net/if.c
+++ head/sys/net/if.c
@@ -2206,7 +2206,7 @@
if (log_link_state_change)
log(LOG_NOTICE, "%s: link state changed to %s\n", ifp->if_xname,
(link_state == LINK_STATE_UP) ? "UP" : "DOWN" );
- EVENTHANDLER_INVOKE(ifnet_link_event, ifp, ifp->if_link_state);
+ EVENTHANDLER_INVOKE(ifnet_link_event, ifp, link_state);
CURVNET_RESTORE();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 23, 2:57 AM (13 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30155030
Default Alt Text
D8214.diff (462 B)
Attached To
Mode
D8214: ifnet: Use if_link_state snapshot to invoke ifnet_link_event
Attached
Detach File
Event Timeline
Log In to Comment