From: Florian Obser Subject: update examples/vm.conf to veb(4) To: tech Date: Fri, 12 Jul 2024 13:13:50 +0200 Pointed out by ajacoutot, OK? 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 } -- In my defence, I have been left unsupervised.