summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1997-05-09 08:38:21 +0000
committerTed Lemon <source@isc.org>1997-05-09 08:38:21 +0000
commita21d17ab7806b1abc6cf73184abd9f8f6394d36a (patch)
tree1a1be671123f274774312fdc32a9b5526941cca6
parent6be5e0debfc3c2c92a1ad3830b229f645cc260b2 (diff)
downloadisc-dhcp-a21d17ab7806b1abc6cf73184abd9f8f6394d36a.tar.gz
name-servers -> ien116-name-servers
-rw-r--r--tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tables.c b/tables.c
index bebd8e0a..0b0e821d 100644
--- a/tables.c
+++ b/tables.c
@@ -42,7 +42,7 @@
#ifndef lint
static char copyright[] =
-"$Id: tables.c,v 1.11.2.1 1997/03/29 08:17:03 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: tables.c,v 1.11.2.2 1997/05/09 08:38:21 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -71,7 +71,7 @@ struct option dhcp_options [256] = {
{ "time-offset", "l", &dhcp_universe, 2 },
{ "routers", "IA", &dhcp_universe, 3 },
{ "time-servers", "IA", &dhcp_universe, 4 },
- { "name-servers", "IA", &dhcp_universe, 5 },
+ { "ien116-name-servers", "IA", &dhcp_universe, 5 },
{ "domain-name-servers", "IA", &dhcp_universe, 6 },
{ "log-servers", "IA", &dhcp_universe, 7 },
{ "cookie-servers", "IA", &dhcp_universe, 8 },