Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2001 18:35:10 -0800 (PST)
From:      Doug Ambrisko <ambrisko@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient bootp_subr.c
Message-ID:  <200112300235.fBU2ZAU82529@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ambrisko    2001/12/29 18:35:09 PST

  Modified files:
    sys/nfsclient        bootp_subr.c 
  Log:
  Increase the buffer size to hold a bootp/DHCP reply from 256 bytes to
  1222 bytes (derived as the maximum that isc-dhcpd uses).  This solves
  the problem if a bootp/DHCP reply is over 256 bytes in which the
  end of the bootp/DHCP reply will not be found and then the reply will
  be ignored.  This happens when swap and root paths are longish or many
  parameters are set.
  
  Reviewed by: imp
  Approved by: imp
  
  Revision  Changes    Path
  1.31      +2 -2      src/sys/nfsclient/bootp_subr.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?200112300235.fBU2ZAU82529>