Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145695687
D25530.1778444144.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
440 B
Referenced Files
None
Subscribers
None
D25530.1778444144.diff
View Options
Index: head/sys/net/iflib.c
===================================================================
--- head/sys/net/iflib.c
+++ head/sys/net/iflib.c
@@ -4192,7 +4192,9 @@
if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) {
if ((if_getflags(ifp) ^ ctx->ifc_if_flags) &
(IFF_PROMISC | IFF_ALLMULTI)) {
+ CTX_UNLOCK(ctx);
err = IFDI_PROMISC_SET(ctx, if_getflags(ifp));
+ CTX_LOCK(ctx);
}
} else
reinit = 1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 10, 8:15 PM (5 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28646670
Default Alt Text
D25530.1778444144.diff (440 B)
Attached To
Mode
D25530: Fix LOR with bpf detach
Attached
Detach File
Event Timeline
Log In to Comment