Add DHCPv4 option 108 "ipv6-only" to the options table.

This commit is contained in:
Simon Kelley
2022-09-06 22:40:06 +01:00
parent 04cc2ae1a6
commit 4447d48bb9

View File

@@ -685,6 +685,7 @@ static const struct opttab_t {
{ "client-machine-id", 97, 0 }, { "client-machine-id", 97, 0 },
{ "posix-timezone", 100, OT_NAME }, /* RFC 4833, Sec. 2 */ { "posix-timezone", 100, OT_NAME }, /* RFC 4833, Sec. 2 */
{ "tzdb-timezone", 101, OT_NAME }, /* RFC 4833, Sec. 2 */ { "tzdb-timezone", 101, OT_NAME }, /* RFC 4833, Sec. 2 */
{ "ipv6-only", 108, 4 | OT_DEC }, /* RFC 8925 */
{ "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 },