Brook Milligan wrote:
On Jul 16, 2024, at 2:58 PM, Frédéric Fauberteau <frederic%fauberteau.org@localhost> wrote: # ifconfig tap0 create # ifconfig tap0 inet 192.168.0.1 upDo 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.