summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2021-11-11 09:33:37 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2021-11-11 09:33:37 +0000
commited3d5d8e1110dfcba96c5699cb7cb36064217819 (patch)
treecd4fea35783f933e3437c70ff08865d113d32112 /usr.sbin
parentf3c063602a6265afd01ed01bc163ccaf60f329ac (diff)
switch(4) is being retired, sthen@ already removed the bits in the code
adjust the man page as well. OK sthen@ kn@ patrick@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/vmd/vm.conf.515
1 files changed, 5 insertions, 10 deletions
diff --git a/usr.sbin/vmd/vm.conf.5 b/usr.sbin/vmd/vm.conf.5
index e32ab65b16d..95caec27e01 100644
--- a/usr.sbin/vmd/vm.conf.5
+++ b/usr.sbin/vmd/vm.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vm.conf.5,v 1.56 2021/03/01 14:27:44 kn Exp $
+.\" $OpenBSD: vm.conf.5,v 1.57 2021/11/11 09:33:36 claudio Exp $
.\"
.\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
.\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 1 2021 $
+.Dd $Mdocdate: November 11 2021 $
.Dt VM.CONF 5
.Os
.Sh NAME
@@ -376,8 +376,7 @@ Set the owner to the specified group.
.Sh SWITCH CONFIGURATION
A virtual switch allows VMs to communicate with other network interfaces on the
host system via either
-.Xr bridge 4 ,
-.Xr switch 4
+.Xr bridge 4
or
.Xr veb 4 .
The network interface for each virtual switch defined in
@@ -395,7 +394,7 @@ virtual switch have their
interface automatically added into the corresponding
.Xr bridge 4
or
-.Xr switch 4
+.Xr veb 4
interface underlying the virtual switch.
.Pp
Virtual switches can be configured at any point in the configuration file.
@@ -436,14 +435,10 @@ as described in
.Xr ifconfig 8 .
.It Cm interface Ar name
Set the
-.Xr bridge 4 ,
-.Xr switch 4
+.Xr bridge 4
or
.Xr veb 4
network interface of this switch.
-If the type is changed to
-.Ar switch0 ,
-it will be used for each following switch.
.It Cm rdomain Ar rdomainid
Set the routing domain of the switch and all of its VM interfaces to
.Ar rdomainid .