From 792db388fd7a50e718fd52ba2c1458783be7e6ec Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 30 Sep 2020 14:52:40 +0200 Subject: Added option definition --- common/tables.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common') diff --git a/common/tables.c b/common/tables.c index 50d9cf10..0d735004 100644 --- a/common/tables.c +++ b/common/tables.c @@ -208,6 +208,9 @@ static struct option dhcp_options[] = { #if defined(RFC4833_OPTIONS) { "pcode", "t", &dhcp_universe, 100, 1 }, { "tcode", "t", &dhcp_universe, 101, 1 }, +#endif +#if defined(RFC8925_OPTIONS) + { "v6-only-preferred", "L", &dhcp_universe, 108, 1 }, #endif { "netinfo-server-address", "Ia", &dhcp_universe, 112, 1 }, { "netinfo-server-tag", "t", &dhcp_universe, 113, 1 }, -- cgit v1.2.1