From owner-cvs-all Sat Sep 9 19:52:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E916637B424; Sat, 9 Sep 2000 19:52:19 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA68418; Sat, 9 Sep 2000 19:52:19 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200009100252.TAA68418@freefall.freebsd.org> From: Paul Saab Date: Sat, 9 Sep 2000 19:52:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common dev_net.c src/sys/boot/i386/libi386 pxe.c pxe.h src/lib/libstand bootp.c bootp.h net.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/09/09 19:52:19 PDT Modified files: (Branch: RELENG_4) sys/boot/common dev_net.c sys/boot/i386/libi386 pxe.c pxe.h lib/libstand bootp.c bootp.h net.h Log: MFC: Add support to send the string 'PXEClient' as the Vendor class identifier to the DHCP server. Now you can check for this string in your dhcp configuration to decide whether you will hand out a lease to the client or not. Revision Changes Path 1.6.2.2 +3 -2 src/sys/boot/common/dev_net.c 1.3.2.6 +2 -1 src/sys/boot/i386/libi386/pxe.c 1.4.2.2 +3 -1 src/sys/boot/i386/libi386/pxe.h 1.1.1.1.6.1 +23 -3 src/lib/libstand/bootp.c 1.1.1.1.6.1 +8 -0 src/lib/libstand/bootp.h 1.1.1.1.6.2 +1 -1 src/lib/libstand/net.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message