summaryrefslogtreecommitdiff
path: root/etc/examples
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2016-10-05 18:01:53 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2016-10-05 18:01:53 +0000
commit09413d73532b3474ab316d13ab92790a38afa352 (patch)
tree99275aec28df09ca56f97f291c59f0fe1f475b63 /etc/examples
parent10476eb8c3cf1ff8ac538bcf223d032bb935fc02 (diff)
Change switch "wireless" to another example - bridging from VM to
wireless in station mode is not supported.
Diffstat (limited to 'etc/examples')
-rw-r--r--etc/examples/vm.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/examples/vm.conf b/etc/examples/vm.conf
index d1afb794e35..d6903457a6d 100644
--- a/etc/examples/vm.conf
+++ b/etc/examples/vm.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: vm.conf,v 1.5 2016/10/05 17:30:13 reyk Exp $
+# $OpenBSD: vm.conf,v 1.6 2016/10/05 18:01:52 reyk Exp $
#
# Macros
@@ -9,17 +9,17 @@ sets="/var/www/htdocs/pub/OpenBSD/snapshots/amd64/"
# Virtual machines
#
-switch "wired" {
+switch "uplink" {
# This interface will default to bridge0, but switch(4) is supported
#interface switch0
# Add additional members
add em0
- down
}
-switch "wireless" {
- add iwm0
+switch "local" {
+ add vether0
+ down
}
# OpenBSD snapshot install test
@@ -34,8 +34,8 @@ vm "openbsd.vm" {
disk $sets "install60.fs"
# Interface will show up as tap(4) on the host and as vio(4) in the VM
- interface { switch "wireless" }
- interface { switch "wired" }
+ interface { switch "uplink" }
+ interface { switch "local" }
}
# Another VM that is disabled on startup