Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163407439
D25530.id73941.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
425 B
Referenced Files
None
Subscribers
None
D25530.id73941.diff
View Options
Index: sys/net/iflib.c
===================================================================
--- sys/net/iflib.c
+++ sys/net/iflib.c
@@ -4174,7 +4174,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
Thu, Jul 23, 10:48 PM (19 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35418546
Default Alt Text
D25530.id73941.diff (425 B)
Attached To
Mode
D25530: Fix LOR with bpf detach
Attached
Detach File
Event Timeline
Log In to Comment