summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorcem <cem@FreeBSD.org>2016-09-20 19:21:41 +0000
committerLuiz Souza <luiz@netgate.com>2017-08-11 01:52:12 -0500
commit03d5f437139b1157dbe036e166606abf61cfc06f (patch)
treeb3eed49b3e9c873c8e3ec972be447412149bdf2e /sbin/dhclient
parentf5744f0ed229b8f05ed6bff637b20046acf68f94 (diff)
downloadFreeBSD-src-03d5f437139b1157dbe036e166606abf61cfc06f.zip
FreeBSD-src-03d5f437139b1157dbe036e166606abf61cfc06f.tar.gz
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 df343ad2c22ac5702463b6f9f13e95808381e2b7)
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/tables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dhclient/tables.c b/sbin/dhclient/tables.c
index c7bac57..1dcace9 100644
--- a/sbin/dhclient/tables.c
+++ b/sbin/dhclient/tables.c
@@ -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... */
OpenPOWER on IntegriCloud