summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2020-10-12 13:50:46 +0200
committerFrancis Dupont <fdupont@isc.org>2020-10-12 13:50:46 +0200
commit25f124c820d692bbac0290a2114fe23ae1ad972b (patch)
tree68e8364dd5b18b525ad4124e66c6a83ba14db8e8 /common
parent6c7e61578b1b449272dbb40dd8b98d03dad8a57a (diff)
downloadisc-dhcp-25f124c820d692bbac0290a2114fe23ae1ad972b.tar.gz
Added option definition
Diffstat (limited to 'common')
-rw-r--r--common/tables.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/tables.c b/common/tables.c
index 50d9cf10..0d735004 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -209,6 +209,9 @@ static struct option dhcp_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 },
{ "default-url", "t", &dhcp_universe, 114, 1 },