diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2017-11-05 20:01:10 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2017-11-05 20:01:10 +0000 |
commit | 1697ae7ccb99b1ac6d4c54bc293532deca156c2b (patch) | |
tree | 56d2389926684cb0e151281068d2cefcdfaad71d /usr.sbin/vmctl | |
parent | b1a54ac8f588bdfc5bd85f36b377ff716bac240f (diff) |
Add minimal DHCP support to vmd's built-in DHCP/BOOTP server.
This fixes "local interface" mode with the udhcpc client. udhcpc, a
DHCP client that is used by busybox and many embedded Linux distributions,
does not support BOOTP which is the predecessor and a valid subset of DHCP.
OK mlarkin@, Carlos Cardenas
Diffstat (limited to 'usr.sbin/vmctl')
-rw-r--r-- | usr.sbin/vmctl/vmctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index b66eddeae84..2efcf035531 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.34 2017/09/05 22:06:49 edd Exp $ +.\" $OpenBSD: vmctl.8,v 1.35 2017/11/05 20:01:09 reyk Exp $ .\" .\" Copyright (c) 2015 Mike Larkin <mlarkin@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: September 5 2017 $ +.Dd $Mdocdate: November 5 2017 $ .Dt VMCTL 8 .Os .Sh NAME @@ -106,7 +106,7 @@ Add a local network interface. .Xr vmd 8 will auto-generate an IPv4 subnet for the interface, configure a gateway address on the VM host side, -and run a simple DHCP (BOOTP) server for the VM. +and run a simple DHCP/BOOTP server for the VM. See .Sx LOCAL INTERFACES below for more information on how addresses are calculated and assigned when |