CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/05 13:01:09
Modified files:
usr.sbin/vmd : dhcp.c vm.conf.5
usr.sbin/vmctl : vmctl.8
Log message:
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
