Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107174230
D42366.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
344 B
Referenced Files
None
Subscribers
None
D42366.diff
View Options
diff --git a/usr.sbin/bhyve/net_backends.c b/usr.sbin/bhyve/net_backends.c
--- a/usr.sbin/bhyve/net_backends.c
+++ b/usr.sbin/bhyve/net_backends.c
@@ -238,7 +238,7 @@
goto error;
}
- if (ioctl(be->fd, VMIO_SIOCSIFFLAGS, &up)) {
+ if (ioctl(be->fd, VMIO_SIOCSIFFLAGS, up)) {
WPRINTF(("tap device link up failed"));
goto error;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 6:13 AM (21 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15762413
Default Alt Text
D42366.diff (344 B)
Attached To
Mode
D42366: bhyve: fix arguments to ioctl(VMIO_SIOCSIFFLAGS)
Attached
Detach File
Event Timeline
Log In to Comment