Page MenuHomeFreeBSD

D20869.diff
No OneTemporary

D20869.diff

Index: sys/net/if.c
===================================================================
--- sys/net/if.c
+++ sys/net/if.c
@@ -1309,6 +1309,10 @@
if (ifp->if_reassign != NULL)
ifp->if_reassign(ifp, new_vnet, NULL);
+ /* Don't re-attach DYING interfaces. */
+ if (ifp->if_flags & IFF_DYING)
+ return;
+
/*
* Switch to the context of the target vnet.
*/

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 24, 8:33 PM (21 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27909100
Default Alt Text
D20869.diff (367 B)

Event Timeline