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... */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to