| Summary: | MFC src/sys/nfsclient/bootp_subr.c,v 1.38 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | David Yeske <dyeske> |
| Component: | kern | Assignee: | Doug Ambrisko <ambrisko> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | ambrisko |
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->ambrisko Over to ambrisko who made the commit to current. 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. |
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