summaryrefslogtreecommitdiff
path: root/common/tables.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-04-08 01:15:50 +0000
committerTed Lemon <source@isc.org>2000-04-08 01:15:50 +0000
commit1a634d56389af91a12863c94bf7a27a371c63926 (patch)
treee21f7d9a0a0c54998342453268ad0664e4683af9 /common/tables.c
parent1bddf26a11187516aacaa3b450eadc300ea6bc03 (diff)
downloadisc-dhcp-1a634d56389af91a12863c94bf7a27a371c63926.tar.gz
Define temporary subnet selection option code for testing.
Diffstat (limited to 'common/tables.c')
-rw-r--r--common/tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/tables.c b/common/tables.c
index 614f53cd..e574a21d 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
-"$Id: tables.c,v 1.40 2000/03/18 03:34:06 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n";
+"$Id: tables.c,v 1.41 2000/04/08 01:15:46 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -281,7 +281,7 @@ struct option dhcp_options [256] = {
{ "option-208", "X", &dhcp_universe, 208 },
{ "option-209", "X", &dhcp_universe, 209 },
{ "authenticate", "X", &dhcp_universe, 210 },
- { "option-211", "X", &dhcp_universe, 211 },
+ { "subnet-selection-xx", "X", &dhcp_universe, 211 },
{ "option-212", "X", &dhcp_universe, 212 },
{ "option-213", "X", &dhcp_universe, 213 },
{ "option-214", "X", &dhcp_universe, 214 },