[Bug 185619] [VNET] Name conflict not checked when a child vnet goes away and returns its interface(s) back to the parent
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 10:09:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185619 --- 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 interface 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 avoid the problem it tries to avoid. -- You are receiving this mail because: You are the assignee for the bug.