summaryrefslogtreecommitdiff
path: root/common/tables.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-12-28 23:20:53 +0000
committerTed Lemon <source@isc.org>2000-12-28 23:20:53 +0000
commit3fdb840514ca77d6b22e115cc6b811725ba689fd (patch)
tree498fd99f0690ba7b9719cfda319a1cbfe76959dc /common/tables.c
parentaab30e3b021c8a6c5b219d2fb4becc8c06fd08aa (diff)
downloadisc-dhcp-3fdb840514ca77d6b22e115cc6b811725ba689fd.tar.gz
Correctly implement the subnet selection option.
Diffstat (limited to 'common/tables.c')
-rw-r--r--common/tables.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/tables.c b/common/tables.c
index ba11e754..73de6b48 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
-"$Id: tables.c,v 1.47 2000/12/11 18:56:32 neild Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n";
+"$Id: tables.c,v 1.48 2000/12/28 23:19:15 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -207,7 +207,7 @@ struct option dhcp_options [256] = {
{ "option-115", "X", &dhcp_universe, 115 },
{ "option-116", "X", &dhcp_universe, 116 },
{ "option-117", "X", &dhcp_universe, 117 },
- { "option-118", "X", &dhcp_universe, 118 },
+ { "subnet-selection", "X", &dhcp_universe, 118 },
{ "option-119", "X", &dhcp_universe, 119 },
{ "option-120", "X", &dhcp_universe, 120 },
{ "option-121", "X", &dhcp_universe, 121 },
@@ -300,7 +300,7 @@ struct option dhcp_options [256] = {
{ "option-208", "X", &dhcp_universe, 208 },
{ "option-209", "X", &dhcp_universe, 209 },
{ "authenticate", "X", &dhcp_universe, 210 },
- { "subnet-selection-xx", "X", &dhcp_universe, 211 },
+ { "option-211", "X", &dhcp_universe, 211 },
{ "option-212", "X", &dhcp_universe, 212 },
{ "option-213", "X", &dhcp_universe, 213 },
{ "option-214", "X", &dhcp_universe, 214 },