Date: Fri, 15 Sep 2023 09:22:23 +0000 From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [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. Message-ID: <bug-273557-27103-MTKn1mTUMP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273557-27103@https.bugs.freebsd.org/bugzilla/> References: <bug-273557-27103@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273557 --- 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 containin= g 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 devic= e. Why would you want to have it jump through hoops to set the link state inst= ead of making it available through the capability represented by the file descriptor? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273557-27103-MTKn1mTUMP>