From: Dave Voutila Subject: Re: update examples/vm.conf to veb(4) To: Florian Obser Cc: tech@openbsd.org Date: Fri, 12 Jul 2024 08:16:08 -0400 Florian Obser writes: > Pointed out by ajacoutot, OK? ok dv@ > > diff --git etc/examples/vm.conf etc/examples/vm.conf > index 458beefa016..fce2dc670f0 100644 > --- etc/examples/vm.conf > +++ etc/examples/vm.conf > @@ -10,13 +10,13 @@ sets="/var/www/htdocs/pub/OpenBSD/snapshots/amd64/" > # > > switch "uplink" { > - # This switch will use bridge0, defined by /etc/hostname.bridge0, as > - # the underlying interface. veb(4) is also supported > - interface bridge0 > + # This switch will use veb0, defined by /etc/hostname.veb0, as > + # the underlying interface. bridge(4) is also supported > + interface veb0 > } > > switch "local" { > - interface bridge1 > + interface veb1 > down > }