]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
dhcp-class-identifier -> vendor-class-identifier.
authorTed Lemon <source@isc.org>
Tue, 16 Mar 1999 00:46:46 +0000 (00:46 +0000)
committerTed Lemon <source@isc.org>
Tue, 16 Mar 1999 00:46:46 +0000 (00:46 +0000)
common/tables.c

index e2279fb3ec8c0e9c1f1adc5df6779e0ece541da1..b62e2cbce68cf97732a8d867aadd2a3d287a405f 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: tables.c,v 1.20 1999/02/25 23:30:36 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: tables.c,v 1.21 1999/03/16 00:46:46 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -126,7 +126,7 @@ struct option dhcp_options [256] = {
        { "dhcp-max-message-size", "S",                 &dhcp_universe, 57 },
        { "dhcp-renewal-time", "L",                     &dhcp_universe, 58 },
        { "dhcp-rebinding-time", "L",                   &dhcp_universe, 59 },
-       { "dhcp-class-identifier", "t",                 &dhcp_universe, 60 },
+       { "vendor-class-identifier", "t",               &dhcp_universe, 60 },
        { "dhcp-client-identifier", "X",                &dhcp_universe, 61 },
        { "option-62", "X",                             &dhcp_universe, 62 },
        { "option-63", "X",                             &dhcp_universe, 63 },