On Wed, Jul 20, 2022 at 05:27:51PM -0700, Chris Cappuccio wrote: > Klemens Nanni [k...@openbsd.org] wrote: > > veb(4) works just fine in this setup, so don't give the impression only > > bridge(4) would work. > > > > In related items, is it time to tedu bridge(4) and vether(4) ? Is there > anything veb(4) and vport(4) can't do?
You can't use veb(4) to quickly bridge configured networks together. e.g. you want to run a VM that has L2 access to your main interface. With veb(4) you have to fully reconfigure the system since you can't assign IP addrs to interfaces added to veb (apart from vport). -- :wq Claudio