mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
dhclient(8): Enable numbered user class ID option
By adding it to the option priorities table.
PR: 184117
Submitted by: Lowell Gilbert <freebsd-bugs-local at be-well.ilk.org>
Reported by: Tomek CEDRO <cederom at tlen.pl>
Reviewed by: jhb
Differential Revision: https://reviews.freebsd.org/D7911
(cherry picked from commit 5f9b4916ee)
This commit is contained in:
parent
fc5ba17e78
commit
ac2c81c96b
1 changed files with 1 additions and 0 deletions
|
|
@ -400,6 +400,7 @@ unsigned char dhcp_option_default_priority_list[] = {
|
|||
DHO_IRC_SERVER,
|
||||
DHO_STREETTALK_SERVER,
|
||||
DHO_STREETTALK_DA_SERVER,
|
||||
DHO_DHCP_USER_CLASS_ID,
|
||||
DHO_DOMAIN_SEARCH,
|
||||
|
||||
/* Presently-undefined options... */
|
||||
|
|
|
|||
Loading…
Reference in a new issue