[Bug 273557] Regression preventing bhyve from running inside a jail without IP after f74147e26999838e03a522bf59ea33bef470d356) breaks support for jailing bhyve with IPv4 and IPv6 disabled. Patch included.

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 15 Sep 2023 09:22:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273557

--- Comment #11 from crest@rlwinm.de ---
In my opinion it makes are lot of sense to be able to set the interface link
state through the tap device file descriptor, because the process containing it
has performed **the** single opening allowed per tap device at a time. The
process is trusted to process all Ethernet frames to and from the tap device.
Why would you want to have it jump through hoops to set the link state instead
of making it available through the capability represented by the file
descriptor?

-- 
You are receiving this mail because:
You are the assignee for the bug.