Bug 50249

Summary: MFC src/sys/nfsclient/bootp_subr.c,v 1.38
Product: Base System Reporter: David Yeske <dyeske>
Component: kernAssignee: Doug Ambrisko <ambrisko>
Status: Closed FIXED    
Severity: Affects Only Me CC: ambrisko
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description David Yeske 2003-03-24 15:40:02 UTC
this is an MFC of 
src/sys/nfsclient/bootp_subr.c,v 1.38 2002/05/17 20:18:48 ambrisko

option-60 support is useful for dhcp
match if substring (option vendor-class-identifier, 0, 14) = "FreeBSD:i386:4";

revision 1.38
date: 2002/05/17 20:18:48;  author: ambrisko;  state: Exp;  lines: +12 -0
Add TAG_VENDOR_INDENTIFIER (option 60) to our DHCP request done by the
kernel BOOTP option.  The format will be:
        FreeBSD:<MACHINE>:<osrelease>
this way people can tune their DHCP server to server up root file systems
via the OS, machine type and version.

Obtained from:  NetBSD
MFC after:      3 weeks

Fix: 

http://pigseye.kennesaw.edu/~dyeske/freebsd/patch-src-sys-nfs-bootp_subr.c




__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
How-To-Repeat: boot a RELENG_4 kernel with BOOTP options
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2003-03-25 18:55:51 UTC
Responsible Changed
From-To: freebsd-bugs->ambrisko

Over to ambrisko who made the commit to current.
Comment 2 Doug Ambrisko freebsd_committer freebsd_triage 2003-04-24 17:50:36 UTC
State Changed
From-To: open->closed

My original MFC has been done.  The MFC reminder was broken so I forgot 
to do when the time came up ... then we got into freeze etc. 

Thanks, for reminding me.