Re: tap interface detached
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.network |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jul 20, 2024 at 11:22:38AM +0200, [email protected] wrote: > I used tap interface with Xen on NetBSD 9.0 and it worked. Should I > understand that Xen opened /dev/tap*? No, tap(4) used to not support carrier detection before, so it "accidently" worked in older releases (but that caused other issues). Martin