Date: Thu, 6 Sep 2001 03:27:28 -0700 (PDT) From: Murray Stokely <murray@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall dhcp.c Message-ID: <200109061027.f86ARS143967@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
murray 2001/09/06 03:27:28 PDT Modified files: usr.sbin/sysinstall dhcp.c Log: sysinstall's primitive network configuration expects only one value 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 Revision Changes Path 1.4 +3 -1 src/usr.sbin/sysinstall/dhcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109061027.f86ARS143967>