From owner-cvs-all Fri Aug 11 1:36:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BE6137BFBA; Fri, 11 Aug 2000 01:36:18 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA34762; Fri, 11 Aug 2000 01:36:18 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200008110836.BAA34762@freefall.freebsd.org> From: Paul Saab Date: Fri, 11 Aug 2000 01:36:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand bootp.c bootp.h net.h src/sys/boot/i386/libi386 pxe.c pxe.h src/sys/boot/common dev_net.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/08/11 01:36:17 PDT Modified files: lib/libstand bootp.c bootp.h net.h sys/boot/i386/libi386 pxe.c pxe.h sys/boot/common dev_net.c Log: 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.2 +23 -3 src/lib/libstand/bootp.c 1.2 +8 -0 src/lib/libstand/bootp.h 1.3 +2 -2 src/lib/libstand/net.h 1.15 +3 -2 src/sys/boot/i386/libi386/pxe.c 1.5 +3 -1 src/sys/boot/i386/libi386/pxe.h 1.9 +3 -2 src/sys/boot/common/dev_net.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message