Page MenuHomeFreeBSD

D17500.diff
No OneTemporary

D17500.diff

Index: head/sys/net/if.c
===================================================================
--- head/sys/net/if.c
+++ head/sys/net/if.c
@@ -1122,6 +1122,9 @@
* the work top-down for us.
*/
if (shutdown) {
+ /* Give interface users the chance to clean up. */
+ EVENTHANDLER_INVOKE(ifnet_departure_event, ifp);
+
/*
* In case of a vmove we are done here without error.
* If we would signal an error it would lead to the same

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 31, 4:34 PM (13 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28129314
Default Alt Text
D17500.diff (445 B)

Event Timeline