FreeBSD Bugzilla – Attachment 180356 Details for
Bug 213015
openvswitch and vnet jails - panic when bridge is destroyed and recreated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
test - ignore interfaces being renamed
patch.diff (text/plain), 330 bytes, created by
akoshibe
on 2017-02-28 08:23:25 UTC
(
hide
)
Description:
test - ignore interfaces being renamed
Filename:
MIME Type:
Creator:
akoshibe
Created:
2017-02-28 08:23:25 UTC
Size:
330 bytes
patch
obsolete
>Index: net/bpf.c >=================================================================== >--- net/bpf.c (revision 313973) >+++ net/bpf.c (working copy) >@@ -2678,6 +2678,9 @@ > struct bpf_if *bp, *bp_temp; > int nmatched = 0; > >+ if (ifp->if_flags & IFF_RENAMING) >+ return; >+ > BPF_LOCK(); > /* > * Find matching entries in free list.
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 213015
:
175191
| 180356