Skip to content

Commit

Permalink
dhclient(8): Enable numbered user class ID option
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cemeyer authored and fichtner committed Dec 30, 2017
1 parent dabc3cf commit 5f9b491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sbin/dhclient/tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -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... */
Expand Down

0 comments on commit 5f9b491

Please sign in to comment.