Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2016 19:21:41 +0000 (UTC)
From:      "Conrad E. Meyer" <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r306053 - head/sbin/dhclient
Message-ID:  <201609201921.u8KJLfHJ056693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cem
Date: Tue Sep 20 19:21:41 2016
New Revision: 306053
URL: https://svnweb.freebsd.org/changeset/base/306053

Log:
  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

Modified:
  head/sbin/dhclient/tables.c

Modified: head/sbin/dhclient/tables.c
==============================================================================
--- head/sbin/dhclient/tables.c	Tue Sep 20 19:15:39 2016	(r306052)
+++ head/sbin/dhclient/tables.c	Tue Sep 20 19:21:41 2016	(r306053)
@@ -400,6 +400,7 @@ unsigned char dhcp_option_default_priori
 	DHO_IRC_SERVER,
 	DHO_STREETTALK_SERVER,
 	DHO_STREETTALK_DA_SERVER,
+	DHO_DHCP_USER_CLASS_ID,
 	DHO_DOMAIN_SEARCH,
 
 	/* Presently-undefined options... */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609201921.u8KJLfHJ056693>