From 692dbfe930635d0fff9086a4f0fd690d0cfe2e11 Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Sat, 9 May 2020 07:57:41 +0000 Subject: [PATCH] bhyve: update man page to describe the virtio-net mtu option r359704 introduced an 'mtu' option for the virtio-net device emulation. Update the man page to describe the new option. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D24723 --- usr.sbin/bhyve/bhyve.8 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8 index 85e5f0256fbf..4b6b3bb5b7a2 100644 --- a/usr.sbin/bhyve/bhyve.8 +++ b/usr.sbin/bhyve/bhyve.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 04, 2020 +.Dd May 5, 2020 .Dt BHYVE 8 .Os .Sh NAME @@ -293,8 +293,8 @@ considered unconnected. .Pp Network devices: .Bl -tag -width 10n -.It Ar tapN Ns Op , Ns Ar mac=xx:xx:xx:xx:xx:xx -.It Ar vmnetN Ns Op , Ns Ar mac=xx:xx:xx:xx:xx:xx +.It Ar tapN Ns Oo , Ns Ar mac=xx:xx:xx:xx:xx:xx Oc Ns Oo , Ns Ar mtu=N Oc +.It Ar vmnetN Ns Oo , Ns Ar mac=xx:xx:xx:xx:xx:xx Oc Ns Oo , Ns Ar mtu=N Oc .Pp If .Ar mac @@ -305,6 +305,11 @@ the device name. The MAC address is an ASCII string in .Xr ethers 5 format. +.Pp +With virtio-net devices, the +.Ar mtu +parameter can be specified to inform the guest about the largest MTU +that should be allowed, expressed in bytes. .El .Pp Block storage devices: