diff options
author | 2021-01-15 06:16:21 +0000 | |
---|---|---|
committer | 2021-01-15 06:16:21 +0000 | |
commit | 4d1c17a2d2e13eaeb2e48d1c7cee29c1d6c64413 (patch) | |
tree | 3c60c6d7ad41406741a8a3105f117d871f829134 | |
parent | Report full IP address information to the host. Contrary to what I wrote (diff) | |
download | wireguard-openbsd-4d1c17a2d2e13eaeb2e48d1c7cee29c1d6c64413.tar.xz wireguard-openbsd-4d1c17a2d2e13eaeb2e48d1c7cee29c1d6c64413.zip |
now we report more addresses to the host
-rw-r--r-- | share/man/man4/vmt.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/vmt.4 b/share/man/man4/vmt.4 index ed2c16b19da..aa3290fc467 100644 --- a/share/man/man4/vmt.4 +++ b/share/man/man4/vmt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmt.4,v 1.9 2015/07/21 07:01:04 schwarze Exp $ +.\" $OpenBSD: vmt.4,v 1.10 2021/01/15 06:16:21 jmatthew Exp $ .\" .\" Copyright (c) 2008 Marco Peereboom <marco@openbsd.org> .\" Text was heavily borrowed from the IPMI spec V1.5 @@ -14,7 +14,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: July 21 2015 $ +.Dd $Mdocdate: January 15 2021 $ .Dt VMT 4 .Os .Sh NAME @@ -43,7 +43,7 @@ host. It also provides access to the host machine's clock as a timedelta sensor. .Pp .Nm -reports the guest's hostname and first non-loopback IP address to the host. +reports the guest's hostname and all non-loopback IP addresses to the host. .Sh SEE ALSO .Xr pvbus 4 , .Xr init 8 , |