Page MenuHomeFreeBSD

D17500.id49944.diff
No OneTemporary

D17500.id49944.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
Sun, Apr 12, 11:30 PM (4 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31379985
Default Alt Text
D17500.id49944.diff (445 B)

Event Timeline