diff options
author | kn <kn@cvs.openbsd.org> | 2021-03-01 14:27:45 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2021-03-01 14:27:45 +0000 |
commit | 1239883c4f820cf3d6bd8c1cc5ac2b7340c1e330 (patch) | |
tree | c84354510d9804c254bf221281ff8524282c7c8a /usr.sbin/vmd | |
parent | f34d4b2beb1d31a0fd5b37fc76cbf03834be8a7d (diff) |
Document veb(4) support
Feedback jmc
OK dlg
Diffstat (limited to 'usr.sbin/vmd')
-rw-r--r-- | usr.sbin/vmd/vm.conf.5 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/vmd/vm.conf.5 b/usr.sbin/vmd/vm.conf.5 index 1891580ee57..e32ab65b16d 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.55 2020/09/23 19:18:18 martijn Exp $ +.\" $OpenBSD: vm.conf.5,v 1.56 2021/03/01 14:27:44 kn 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: September 23 2020 $ +.Dd $Mdocdate: March 1 2021 $ .Dt VM.CONF 5 .Os .Sh NAME @@ -376,9 +376,10 @@ 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 bridge 4 , +.Xr switch 4 or -.Xr switch 4 . +.Xr veb 4 . The network interface for each virtual switch defined in .Nm is pre-configured using @@ -435,9 +436,10 @@ as described in .Xr ifconfig 8 . .It Cm interface Ar name Set the +.Xr bridge 4 , .Xr switch 4 or -.Xr bridge 4 +.Xr veb 4 network interface of this switch. If the type is changed to .Ar switch0 , |