summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2020-09-30 15:14:16 +0200
committerFrancis Dupont <fdupont@isc.org>2020-09-30 15:14:16 +0200
commit812cd4a7f8032047a3daa18e4f505efb146c687e (patch)
tree3407ba77975753e92fbd633069c7d07ca547bdc6 /common
parent792db388fd7a50e718fd52ba2c1458783be7e6ec (diff)
downloadisc-dhcp-812cd4a7f8032047a3daa18e4f505efb146c687e.tar.gz
Revert last commit
Diffstat (limited to 'common')
-rw-r--r--common/tables.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/tables.c b/common/tables.c
index 0d735004..50d9cf10 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -209,9 +209,6 @@ 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 },