]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Allow users to specify vendor-encapsulated-options as a string of hex digits
authorTed Lemon <source@isc.org>
Sat, 29 Mar 1997 00:06:50 +0000 (00:06 +0000)
committerTed Lemon <source@isc.org>
Sat, 29 Mar 1997 00:06:50 +0000 (00:06 +0000)
common/tables.c

index e5c6ca2729e22a957e64abdc3bc3df74bba4c9b2..23eb1389b4314ed6a05d1f43f32f23a4aafc3b44 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: tables.c,v 1.11 1996/09/11 06:34:25 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$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";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -109,7 +109,7 @@ struct option dhcp_options [256] = {
        { "nis-domain", "t",                            &dhcp_universe, 40 },
        { "nis-servers", "IA",                          &dhcp_universe, 41 },
        { "ntp-servers", "IA",                          &dhcp_universe, 42 },
-       { "vendor-encapsulated-options", "t",           &dhcp_universe, 43 },
+       { "vendor-encapsulated-options", "X",           &dhcp_universe, 43 },
        { "netbios-name-servers", "IA",                 &dhcp_universe, 44 },
        { "netbios-dd-server", "IA",                    &dhcp_universe, 45 },
        { "netbios-node-type", "B",                     &dhcp_universe, 46 },