Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/02/2000 05:22:24
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Nov  2 03:22:24 UTC 2000

Modified Files:
	syssrc/sys/lib/libsa: bootp.c bootp.h

Log Message:
Introduce a way for boot programs to modify the behavior of
bootp().  Add a BOOTP_PXE flag which causes bootp() to send
"PXEClient" in the DHCP class field.

Derived from similar code in FreeBSD.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/lib/libsa/bootp.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/lib/libsa/bootp.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.