Looking at documentation such as "Configuring bridged networking on a NetBSD host"
https://www.netbsd.org/docs/guide/en/chap-virt.html#chap-virt-net-bridge suggests You can now pass the arguments to QEMU to run with bridged networking: -netdev tap,id=tap0,ifname=tap0,script=no -device virtio-net-pci,netdev=tap0 but now we need to use vether(4) rather than tap(4). What is the new incantation? (-netdev tap implies "/dev/tapN"?) Cheers, Patrick