[Bug 279550] tun interface get stuck and cannot be destroyed

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 07 Jun 2024 00:00:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279550

Kristof Provost <kp@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kp@freebsd.org

--- Comment #1 from Kristof Provost <kp@freebsd.org> ---
Check your ifconfig output. You can end up in this state if you renamed tun20
to something else.
In that case you can't destroy tun20, because there's no such interface name,
and you can't create tun20 because unit number 20 is in use.

Try `ifconfig -v` and look for 'drivername: tun20'.

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