summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/dhcp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When netbooting a vm using the `-B net' option, set the hostname DHCPanton2018-12-271-3/+18
* Make it possible to define the bootdevice in vmd. This information is usedclaudio2018-12-061-6/+7
* Add support for "local inet6" interfaces.reyk2018-11-211-3/+3
* No need to send the same nameserver twice.martijn2018-08-171-6/+1
* Add minimal DHCP support to vmd's built-in DHCP/BOOTP server.reyk2017-11-051-16/+85
* Don't overflow the allocated DHCP response buffer.reyk2017-04-241-2/+2
* Add global configuration option "local prefix" to change prefix for -L.reyk2017-04-211-3/+6
* Add support for dynamic "NAT" interfaces (-L/local interface).reyk2017-04-191-0/+163