]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
name-servers -> ien116-name-servers, to reduce confusion. Add nds- options
authorTed Lemon <source@isc.org>
Fri, 9 May 1997 08:13:38 +0000 (08:13 +0000)
committerTed Lemon <source@isc.org>
Fri, 9 May 1997 08:13:38 +0000 (08:13 +0000)
common/tables.c

index 23eb1389b4314ed6a05d1f43f32f23a4aafc3b44..81669c84e59de22ae822ed6c881e9a85ddd5c9eb 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: tables.c,v 1.12 1997/03/29 00:06:50 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: tables.c,v 1.13 1997/05/09 08:13:38 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 },
@@ -151,9 +151,9 @@ struct option dhcp_options [256] = {
        { "option-82", "X",                             &dhcp_universe, 82 },
        { "option-83", "X",                             &dhcp_universe, 83 },
        { "option-84", "X",                             &dhcp_universe, 84 },
-       { "option-85", "X",                             &dhcp_universe, 85 },
-       { "option-86", "X",                             &dhcp_universe, 86 },
-       { "option-87", "X",                             &dhcp_universe, 87 },
+       { "nds-servers", "IA",                          &dhcp_universe, 85 },
+       { "nds-tree-name", "X",                         &dhcp_universe, 86 },
+       { "nds-context", "X",                           &dhcp_universe, 87 },
        { "option-88", "X",                             &dhcp_universe, 88 },
        { "option-89", "X",                             &dhcp_universe, 89 },
        { "option-90", "X",                             &dhcp_universe, 90 },