Index: tables.c =================================================================== RCS file: /cvs/src/usr.sbin/dhcpd/tables.c,v retrieving revision 1.13 diff -u -p -r1.13 tables.c --- tables.c 13 Feb 2017 19:13:14 -0000 1.13 +++ tables.c 6 Apr 2018 05:18:38 -0000 @@ -193,7 +193,7 @@ struct option dhcp_options[256] = { { "option-116", "X", &dhcp_universe, 116 }, { "option-117", "X", &dhcp_universe, 117 }, { "option-118", "X", &dhcp_universe, 118 }, - { "option-119", "X", &dhcp_universe, 119 }, + { "domain-search", "tA", &dhcp_universe, 119 }, { "option-120", "X", &dhcp_universe, 120 }, { "classless-static-routes", "CIA", &dhcp_universe, 121 }, { "option-122", "X", &dhcp_universe, 122 }, @@ -412,7 +412,7 @@ unsigned char dhcp_option_default_priori 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, - 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, + 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,