Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142812343
D20869.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
367 B
Referenced Files
None
Subscribers
None
D20869.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D20869: vnet: Fix panic when shutting down jails and deleting interfaces simultaneously
Attached
Detach File
Event Timeline
Log In to Comment