mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-02 17:08:56 +00:00
Use the usual FreeBSD spelling for the DHCP user class
Reported by: lidl
This commit is contained in:
parent
4e2a7b5c99
commit
5a95bf085c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318993
@ -150,7 +150,7 @@ bootp(int sock)
|
||||
bp->bp_vend[19] = 8;
|
||||
/* len of the first user class */
|
||||
bp->bp_vend[20] = 7;
|
||||
bcopy("FREEBSD", &bp->bp_vend[21], 7);
|
||||
bcopy("FreeBSD", &bp->bp_vend[21], 7);
|
||||
bp->bp_vend[28] = TAG_PARAM_REQ;
|
||||
bp->bp_vend[29] = 7;
|
||||
bp->bp_vend[30] = TAG_ROOTPATH;
|
||||
|
Loading…
x
Reference in New Issue
Block a user