Re: tap interface detached
Frédéric Fauberteau <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.network |
|---|---|
| Message-ID | <[email protected]> |
Brook Milligan wrote: > >> On Jul 16, 2024, at 2:58 PM, Frédéric Fauberteau <[email protected]> wrote: >> >> # ifconfig tap0 create >> # ifconfig tap0 inet 192.168.0.1 up > > Do you need the vether interface? > > See 10.0 CHANGES: https://www.netbsd.org/releases/formal-10/NetBSD-10.0.html > > Cheers, > Brook Yes sure, I need it. I replaced tap0 by vether0 and it works as expected. Is it expected that tap(4) will be removed later? Otherwise, it seems to be buggy.