mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -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
This commit is contained in:
parent
33fe8378ba
commit
85190f81bb
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