Hi, Am 23.05.2022 um 13:02 schrieb skip%mailbox.org@localhost:
On 2022/05/23 11:55 Manuel Bouyer <bouyer%antioche.eu.org@localhost> wrote:How are vether interfaces created and connected to a bridge?The same way you do with tap I guess: ifconfig vether0 create ifconfig vether0 up brconfig bridge0 add vether0 upWell, that's just as straightforward as tap was. I was expecting something a lot more complicated but I had forgotten how elegantly simple NetBSD is. Thank you, Manuel.
so is my understanding correct - for NetBSD 10 as Xen Dom0 it is required to migrate from tap to vether? May I ask how to tell xentools415 to create a vether device instead of a tap?
Kind regards Matthias