From 85190f81bb2ef8b9de06f6af1f1347bba2c85a10 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Tue, 20 Sep 2016 19:21:41 +0000 Subject: [PATCH] dhclient(8): Enable numbered user class ID option By adding it to the option priorities table. PR: 184117 Submitted by: Lowell Gilbert Reported by: Tomek CEDRO Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D7911 --- sbin/dhclient/tables.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/dhclient/tables.c b/sbin/dhclient/tables.c index c7bac57e4772..1dcace9bdb04 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... */