NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD 10 -- new way of attaching virtual interfaces to bridge?



> 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 up

Well, 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.


Home | Main Index | Thread Index | Old Index