Date: Thu, 22 Feb 2024 10:09:41 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 185619] [VNET] Name conflict not checked when a child vnet goes away and returns its interface(s) back to the parent Message-ID: <bug-185619-227-XNKvNpSOEy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-185619-227@https.bugs.freebsd.org/bugzilla/> References: <bug-185619-227@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=3D185619 --- Comment #7 from Kristof Provost <kp@freebsd.org> --- (In reply to c433li from comment #6) IFNAMSIZ is 16. That means you have no more than 15 characters for an inter= face name, so renaming the interface is also fraught, and also requires an additional check for conflicts after the rename. Which would also require correct lock handling (which is currently absent). This doesn't actually av= oid the problem it tries to avoid. --=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-185619-227-XNKvNpSOEy>