Index | Thread | Search

From:
Florian Obser <florian@openbsd.org>
Subject:
update examples/vm.conf to veb(4)
To:
tech <tech@openbsd.org>
Date:
Fri, 12 Jul 2024 13:13:50 +0200

Download raw body.

Thread
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.