[Bug 271474] Possible to "lose" a tap(4) interface in a jail
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Jul 2024 10:55:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271474 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 tap 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. Please 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. -- You are receiving this mail because: You are the assignee for the bug.