]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add support for lease-file-name and pid-file-name config parameters.
authorTed Lemon <source@isc.org>
Tue, 19 Oct 1999 15:27:27 +0000 (15:27 +0000)
committerTed Lemon <source@isc.org>
Tue, 19 Oct 1999 15:27:27 +0000 (15:27 +0000)
common/tables.c

index 700cb95a2d4f84c618c6408304087ba0d36583d0..a9eba87e187e11036431f5d447700eb24a621b66 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: tables.c,v 1.29 1999/10/07 06:35:45 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: tables.c,v 1.30 1999/10/19 15:27:27 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -851,8 +851,8 @@ struct option server_options [256] = {
        { "ddns-domainname", "t",               &server_universe, 23 },
        { "ddns-hostname", "t",                 &server_universe, 24 },
        { "ddns-rev-domainname", "t",           &server_universe, 25 },
-       { "option-26", "X",                     &server_universe, 26 },
-       { "option-27", "X",                     &server_universe, 27 },
+       { "lease-file-name", "t",               &server_universe, 26 },
+       { "pid-file-name", "t",                 &server_universe, 27 },
        { "option-28", "X",                     &server_universe, 28 },
        { "option-29", "X",                     &server_universe, 29 },
        { "option-30", "X",                     &server_universe, 30 },