From ac2c81c96bd6bfbe5eddd86d88b4d0580b9b140d Mon Sep 17 00:00:00 2001 From: cem 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 (cherry picked from commit 5f9b4916eec537dc97a4803c6697d1575078aa08) --- sbin/dhclient/tables.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/dhclient/tables.c b/sbin/dhclient/tables.c index c7bac57e477..1dcace9bdb0 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... */