diff options
Diffstat (limited to 'src/bin/dhcp6/kea-dhcp6.xml')
-rw-r--r-- | src/bin/dhcp6/kea-dhcp6.xml | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/src/bin/dhcp6/kea-dhcp6.xml b/src/bin/dhcp6/kea-dhcp6.xml index 5c5b4d5510..53176f83a3 100644 --- a/src/bin/dhcp6/kea-dhcp6.xml +++ b/src/bin/dhcp6/kea-dhcp6.xml @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [<!ENTITY mdash "—">]> <!-- - - Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") + - Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC") - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this @@ -52,8 +52,9 @@ <arg><option>-V</option></arg> <arg><option>-W</option></arg> <arg><option>-d</option></arg> - <arg><option>-c<replaceable class="parameter">config-file</replaceable></option></arg> - <arg><option>-p<replaceable class="parameter">port-number</replaceable></option></arg> + <arg><option>-c <replaceable class="parameter">config-file</replaceable></option></arg> + <arg><option>-t <replaceable class="parameter">config-file</replaceable></option></arg> + <arg><option>-p <replaceable class="parameter">port-number</replaceable></option></arg> </cmdsynopsis> </refsynopsisdiv> @@ -111,6 +112,16 @@ </varlistentry> <varlistentry> + <term><option>-t</option></term> + <listitem><para> Check the configuration file + and report the first error if any. Note + that not all parameters are completely checked, in + particular, service and control channel sockets + are not opened, and hook libraries are not loaded. + </para></listitem> + </varlistentry> + + <varlistentry> <term><option>-p</option></term> <listitem><para> Port number (1-65535) on which the server listens. This is useful @@ -185,6 +196,11 @@ </citerefentry>, <citerefentry> + <refentrytitle>kea-ctrl-agent</refentrytitle> + <manvolnum>8</manvolnum> + </citerefentry>, + + <citerefentry> <refentrytitle>kea-admin</refentrytitle> <manvolnum>8</manvolnum> </citerefentry>, |