From 6126134de5d5e99a6024a8889e2cc8eb361ec53f Mon Sep 17 00:00:00 2001 From: claudio Date: Thu, 11 Nov 2021 09:33:36 +0000 Subject: [PATCH] switch(4) is being retired, sthen@ already removed the bits in the code adjust the man page as well. OK sthen@ kn@ patrick@ --- usr.sbin/vmd/vm.conf.5 | 15 +++++---------- 1 file 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 .\" Copyright (c) 2015 Reyk Floeter @@ -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 . -- 2.20.1