Index: sys/net/if.c =================================================================== --- sys/net/if.c +++ sys/net/if.c @@ -1117,6 +1117,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