Add RFC 4833 DHCP options "posix-timezone" and "tzdb-timezone".

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2021-09-03 13:51:18 +02:00
committed by Simon Kelley
parent 860a9a57d6
commit 51d56df7a3

View File

@@ -653,6 +653,8 @@ static const struct opttab_t {
{ "client-arch", 93, 2 | OT_DEC }, { "client-arch", 93, 2 | OT_DEC },
{ "client-interface-id", 94, 0 }, { "client-interface-id", 94, 0 },
{ "client-machine-id", 97, 0 }, { "client-machine-id", 97, 0 },
{ "posix-timezone", 100, OT_NAME }, /* RFC 4833, Sec. 2 */
{ "tzdb-timezone", 101, OT_NAME }, /* RFC 4833, Sec. 2 */
{ "subnet-select", 118, OT_INTERNAL }, { "subnet-select", 118, OT_INTERNAL },
{ "domain-search", 119, OT_RFC1035_NAME }, { "domain-search", 119, OT_RFC1035_NAME },
{ "sip-server", 120, 0 }, { "sip-server", 120, 0 },