Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jul 2024 10:55:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 271474] Possible to "lose" a tap(4) interface in a jail
Message-ID:  <bug-271474-7501-ExAMHNLYcH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271474-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271474-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=3D271474

crest@rlwinm.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |crest@rlwinm.de

--- Comment #6 from crest@rlwinm.de ---
Could the jail be stuck "dying" state for a while? IIRC in that state the t=
ap
interface would still be part of its vnet and as such not reparent to host
network stack. It since the dying jails aren't listed by default in jls it
would look like the jail is gone and the interface nowhere to be seen. Plea=
se
try `jls -d` to print this. As of FreeBSD 14.0 you can use ifconfig -j
$name_or_jid $iface -vnet in exec.prestop to "steal" back the interface with
the hosts ifconfig command.

--=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-271474-7501-ExAMHNLYcH>