summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hostctl
diff options
context:
space:
mode:
authormikeb <mikeb@openbsd.org>2017-01-18 19:57:56 +0000
committermikeb <mikeb@openbsd.org>2017-01-18 19:57:56 +0000
commitaeedbddd2f906a052d5987b7b9b6b2376af24aa8 (patch)
treeee15deb4529c6e03d42cfeebc98b4d6eac95bc60 /usr.sbin/hostctl
parentAdd tests that generate IPv6 atomic fragments for UDP and TCP by (diff)
downloadwireguard-openbsd-aeedbddd2f906a052d5987b7b9b6b2376af24aa8.tar.xz
wireguard-openbsd-aeedbddd2f906a052d5987b7b9b6b2376af24aa8.zip
Fixup a typo and provide an example for Hyper-V
Diffstat (limited to 'usr.sbin/hostctl')
-rw-r--r--usr.sbin/hostctl/hostctl.833
1 files changed, 30 insertions, 3 deletions
diff --git a/usr.sbin/hostctl/hostctl.8 b/usr.sbin/hostctl/hostctl.8
index 5089ec612f0..3c54dba6997 100644
--- a/usr.sbin/hostctl/hostctl.8
+++ b/usr.sbin/hostctl/hostctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hostctl.8,v 1.3 2016/01/27 16:01:36 jmc Exp $
+.\" $OpenBSD: hostctl.8,v 1.4 2017/01/18 19:57:56 mikeb Exp $
.\"
.\" Copyright (c) 2016 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -14,7 +14,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: January 27 2016 $
+.Dd $Mdocdate: January 18 2017 $
.Dt HOSTCTL 8
.Os
.Sh NAME
@@ -90,7 +90,7 @@ vm-111.example.com
.Pp
The
.Xr xen 4
-driver provices access to the XenStore that is available in Xen
+driver provides access to the XenStore that is available in Xen
virtual machines.
The
.Xr pvbus 4
@@ -111,6 +111,33 @@ vbd
vif
console
.Ed
+.Pp
+Access to the Hyper-V Key-Value Pair exchange interface is provided by the
+.Xr hyperv 4
+driver.
+The
+.Xr pvbus 4
+layer abstracts access to several pre-defined key pools:
+.Em Auto ,
+.Em Guest ,
+.Em External
+and
+.Em Guest/Parameters .
+Available keys can be listed and set:
+.Bd -literal -offset indent
+# hostctl Auto/
+FullyQualifiedDomainName
+IntegrationServicesVersion
+NetworkAddressIPv4
+NetworkAddressIPv6
+OSBuildNumber
+OSName
+OSMajorVersion
+OSMinorVersion
+OSVersion
+ProcessorArchitecture
+# hostctl Auto/FullyQualifiedDomainName `hostname`
+.Ed
.Sh SEE ALSO
.Xr pvbus 4
.Sh HISTORY