From: Ted Lemon Date: Sat, 29 Mar 1997 00:06:50 +0000 (+0000) Subject: Allow users to specify vendor-encapsulated-options as a string of hex digits X-Git-Tag: DHCP-970328~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=daffaf5e682b071186e7c3905629c134f3dd7a19;p=thirdparty%2Fdhcp.git Allow users to specify vendor-encapsulated-options as a string of hex digits --- diff --git a/common/tables.c b/common/tables.c index e5c6ca272..23eb1389b 100644 --- a/common/tables.c +++ b/common/tables.c @@ -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 },