From: Suzanne Goldlust Date: Fri, 28 Dec 2018 16:10:36 +0000 (-0500) Subject: Update dhcp4-srv.xml more consistency updates X-Git-Tag: 481-remote-subnet4-set-inconsistent-work-when-id-subnet-is-duplicated_base~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e10d843acfe8220b7f03e40bc559a7b4023111;p=thirdparty%2Fkea.git Update dhcp4-srv.xml more consistency updates --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index e27a35b5a9..3c04bf1727 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -14,8 +14,8 @@ It is recommended that the Kea DHCPv4 server be started and stopped - using keactrl (described in ). - However, it is also possible to run the server directly: it accepts + using keactrl (described in ); + however, it is also possible to run the server directly. It accepts the following command-line switches: @@ -32,14 +32,14 @@ logging should be switched to debug/verbose mode. In verbose mode, the logging severity and debuglevel specified in the configuration file are ignored and "debug" severity and the maximum debuglevel - (99) are assumed. The flag is convenient, for temporarily + (99) are assumed. The flag is convenient for temporarily switching the server into maximum verbosity, e.g. when debugging. -p server-port - - specifies UDP local port on which the server will listen. + specifies the UDP local port on which the server will listen. This is only useful during testing, as a DHCPv4 server listening on ports other than the standard ones will not be able to handle regular DHCPv4 queries. @@ -47,11 +47,11 @@ -P client-port - - specifies UDP remote port to which the server will send + specifies the UDP remote port to which the server will send all responses. This is only useful during testing, as a DHCPv4 server sending responses to ports other than the standard ones will not be able to handle regular DHCPv4 - clients. + queries. @@ -61,25 +61,25 @@ checks. Note that certain checks are possible only while running the actual server. The actual status is reported with an exit code (0 = configuration looks ok, 1 = error - encountered). Kea will print out log messages to standard + encountered). Kea prints out log messages to standard output and errors to standard error when testing the configuration. - -v - prints out the Kea version and exits. + -v - displays the Kea version and exits. - -V - prints out the Kea extended version with + -V - displays the Kea extended version with additional parameters and exits. The listing includes the versions of the libraries dynamically linked to Kea. - -W - prints out the Kea configuration report + -W - displays the Kea configuration report and exits. The report is a copy of the config.report file produced by ./configure; it is embedded in the @@ -90,8 +90,7 @@ The config.report may also be accessed more - directly; the following command may be used to extract this - information. The binary path may be found + directly, via the following command. The binary path may be found in the install directory or in the .libs subdirectory in the source tree. For example: kea/src/bin/dhcp4/.libs/kea-dhcp4. @@ -115,14 +114,14 @@ strings path/kea-dhcp4 | sed -n 's/;;;; //p' localstatedir: The value as passed into the - build configure script. It defaults to "/usr/local/var". (Note + build configure script; it defaults to "/usr/local/var". Note that this value may be overridden at runtime by setting the environment - variable KEA_PIDFILE_DIR. This is intended primarily for testing purposes.) + variable KEA_PIDFILE_DIR. This is intended primarily for testing purposes. conf name: The configuration file name - used to start the server, minus all preceding path and file extensions. + used to start the server, minus all preceding paths and the file extension. For example, given a pathname of "/usr/local/etc/kea/myconf.txt", the portion used would be "myconf".