]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Document -t and -T flags.
authorTed Lemon <source@isc.org>
Fri, 1 Oct 1999 03:25:41 +0000 (03:25 +0000)
committerTed Lemon <source@isc.org>
Fri, 1 Oct 1999 03:25:41 +0000 (03:25 +0000)
server/dhcpd.8

index 36417a35e47f15576fac8542c96a77193c762c56..a74a662f793cf459fd21a3aadf1f60c5775f820b 100644 (file)
@@ -34,6 +34,11 @@ dhcpd - Dynamic Host Configuration Protocol Server
 .B -q
 ]
 [
+.B -t
+|
+.B -T
+]
+[
 .B -cf
 .I config-file
 ]
@@ -173,6 +178,18 @@ it may not be desirable to print out the entire copyright message on
 startup.   To avoid printing this message, the
 .B -q
 flag may be specified.
+.PP
+The DHCP server reads two files on startup: a configuration file, and
+a lease database.   If the
+.B -t
+flag is specified, the server will simply test the configuration file
+for correct syntax, but will not attempt to perform any network
+operations.   This can be used to test the a new configuration file
+automatically before installing it.
+.PP
+The
+.B -T
+flag can be used to test the lease database file in a similar way.
 .SH CONFIGURATION
 The syntax of the dhcpd.conf(5) file is discussed seperately.   This
 section should be used as an overview of the configuration process,