From owner-cvs-all Sun May 7 7:29:27 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 753BD37B5F8; Sun, 7 May 2000 07:29:20 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA94453; Sun, 7 May 2000 07:29:20 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200005071429.HAA94453@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 7 May 2000 07:29:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs bootp_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/05/07 07:29:20 PDT Modified files: sys/nfs bootp_subr.c Log: Include a RFC 1533 "Maximum DHCP Message Size" option in our request. ISC DHCP will limit the reply length to 64 bytes for bootp replies unless we explicitly tell it we can do more. We tell it that we can do 1200 bytes. Revision Changes Path 1.21 +18 -6 src/sys/nfs/bootp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message