diff --git a/src/etc/examples/vm.conf b/src/etc/examples/vm.conf index d1afb794..d6903457 100644 --- a/src/etc/examples/vm.conf +++ b/src/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