[Bug 293548] kernel panic with tun interfaces
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293548 --- Comment #10 from Zhenlei Huang <[email protected]> --- (In reply to Zhenlei Huang from comment #9) The above patch is not sufficient. tun_destroy() calls if_detach() without setting if_flags &= ~IFF_UP firstly. In if_detach(), if_down() is called after NET_EPOCH_WAIT(), but actually it should been before. See also https://reviews.freebsd.org/D49359 . -- You are receiving this mail because: You are on the CC list for the bug.