[Bug 234985] kernel panic when destroying epair interface of vnet jail after using ifconfig inside the jail

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Sep 26 16:42:18 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234985

Rocco <v_bachvarov at mail.bg> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |v_bachvarov at mail.bg

--- Comment #5 from Rocco <v_bachvarov at mail.bg> ---
I have had the same problem quite early on. I believe it is a bug in the VNET
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 prestop
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list