summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dhcp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed assorted misuses of NULL in integer context.bde2004-03-111-4/+4
|
* sysinstall's primitive network configuration expects only one valuemurray2001-09-061-0/+2
| | | | | | | | | | for each option in the DHCP lease file. The DHCP lease parsing code specifically ignores more than the first nameserver, but it didn't previously deal with the case of more than one router. This caused segfaults and a painful death when installing on a network with multiple routers. PR: misc/16003
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fix a bad dhcp keyword; it's host-name not server-name.jkh1999-07-201-3/+3
|
* Another batch of fixes for dhcp support in sysinstall, now draggingjkh1999-07-191-0/+156
in some code from C. Stone to parse the lease information. This is still a WIP and this commit is largely intended to allow others to sync up; the dhclient code still only works when doing dhcp configuration post-install and requires a bit more work on the boot floppy before it will truly work in the minimal bootstrapping role.
OpenPOWER on IntegriCloud