[Bug 279550] tun interface get stuck and cannot be destroyed
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279550 Kristof Provost <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Kristof Provost <[email protected]> --- 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.