Date: Thu, 12 Sep 2019 15:06:03 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 240539] tuntap: Getting "ifconfig: ioctl SIOCSIFNAME (set name): File exists" from `ifconfig tap create name tap0` Message-ID: <bug-240539-7501-aiAlpoGRiu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-240539-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-240539-7501@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=3D240539 Kyle Evans <kevans@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kevans@freebsd.org --- Comment #2 from Kyle Evans <kevans@freebsd.org> --- I've thrown up a review to just let the rename succeed if the name isn't changing, because I think EEXIST is perhaps misleading: https://reviews.freebsd.org/D21618 For the "system hang" -- is it just the destroy command that's hanging? Dou= ble check that `ifconfig tap0` doesn't claim "Opened by PID ...", as the controlling process needs to properly release (close) the tun/tap device be= fore the interface can be destroyed. --=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-240539-7501-aiAlpoGRiu>