FreeBSD Bugzilla – Attachment 205530 Details for
Bug 238870
sys.netpfil.pf.names.names and sys.netpfil.pf.synproxy.synproxy cause panic
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ifp_dying.patch
ifp_dying.patch (text/plain), 413 bytes, created by
Kristof Provost
on 2019-07-05 12:11:11 UTC
(
hide
)
Description:
ifp_dying.patch
Filename:
MIME Type:
Creator:
Kristof Provost
Created:
2019-07-05 12:11:11 UTC
Size:
413 bytes
patch
obsolete
>diff --git a/sys/net/if.c b/sys/net/if.c >index d1513d2a32d..aaa09f06681 100644 >--- a/sys/net/if.c >+++ b/sys/net/if.c >@@ -1309,6 +1358,10 @@ if_vmove(struct ifnet *ifp, struct vnet *new_vnet) > 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. > */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238870
:
205406
| 205530