Download raw body.
update examples/vm.conf to veb(4)
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.
update examples/vm.conf to veb(4)