Date: Thu, 26 Sep 2019 16:42:17 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 234985] kernel panic when destroying epair interface of vnet jail after using ifconfig inside the jail Message-ID: <bug-234985-227-WKhiAziKFL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-234985-227@https.bugs.freebsd.org/bugzilla/> References: <bug-234985-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=3D234985 Rocco <v_bachvarov@mail.bg> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |v_bachvarov@mail.bg --- Comment #5 from Rocco <v_bachvarov@mail.bg> --- I have had the same problem quite early on. I believe it is a bug in the VN= ET cleanup code. It has an easy workaround, which works quite well in my setup: Before destroying the interface, remove it from the jail (maybe use a prest= op hook in the jail.conf). Use this command on the host: ifconfig $interfaceName -vnet $jailName It will remove the interface from the jail's VNET. Then you can destroy the epair on the host. --=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-234985-227-WKhiAziKFL>