diff options
Diffstat (limited to 'src/bin/d2/b10-dhcp-ddns.xml')
-rw-r--r-- | src/bin/d2/b10-dhcp-ddns.xml | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/src/bin/d2/b10-dhcp-ddns.xml b/src/bin/d2/b10-dhcp-ddns.xml new file mode 100644 index 0000000000..b77ff17b0d --- /dev/null +++ b/src/bin/d2/b10-dhcp-ddns.xml @@ -0,0 +1,121 @@ +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" + [<!ENTITY mdash "—">]> +<!-- + - Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + - + - Permission to use, copy, modify, and/or distribute this software for any + - purpose with or without fee is hereby granted, provided that the above + - copyright notice and this permission notice appear in all copies. + - + - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH + - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + - PERFORMANCE OF THIS SOFTWARE. +--> + +<refentry> + + <refentryinfo> + <date>May 15, 2013</date> + </refentryinfo> + + <refmeta> + <refentrytitle>b10-dhcp-ddns</refentrytitle> + <manvolnum>8</manvolnum> + <refmiscinfo>BIND10</refmiscinfo> + </refmeta> + + <refnamediv> + <refname>b10-dhcp-ddns</refname> + <refpurpose>DHCP-DDNS process in BIND 10 architecture</refpurpose> + </refnamediv> + + <docinfo> + <copyright> + <year>2013</year> + <holder>Internet Systems Consortium, Inc. ("ISC")</holder> + </copyright> + </docinfo> + + <refsynopsisdiv> + <cmdsynopsis> + <command>b10-dhcp-ddns</command> + <arg><option>-v</option></arg> + </cmdsynopsis> + </refsynopsisdiv> + + <refsynopsisdiv> + <cmdsynopsis> + <command>b10-dhcp-ddns</command> + <arg><option>-s</option></arg> + </cmdsynopsis> + </refsynopsisdiv> + + + <refsect1> + <title>DESCRIPTION</title> + <para> + The <command>b10-dhcp-ddns</command> service processes requests to + to update DNS mapping based on DHCP lease change events. The service + may run either as a BIND10 module (integrated mode) or as a individual + process (stand-alone mode) dependent upon command line arguments. The + default is integrated mode. Stand alone operation is strictly for + development purposes and is not suited for production. + </para> + + </refsect1> + + <refsect1> + <title>ARGUMENTS</title> + + <para>The arguments are as follows:</para> + + <variablelist> + + <varlistentry> + <term><option>-v</option></term> + <listitem><para> + Verbose mode sets the logging level to debug. This is primarily + for development purposes in stand-alone mode. + </para></listitem> + </varlistentry> + + <varlistentry> + <term><option>-s</option></term> + <listitem><para> + Causes the process to run without attempting to connect to the + BIND10 message queue. This is for development purposes. + </para></listitem> + </varlistentry> + + </variablelist> + </refsect1> + + <refsect1> + <title>SEE ALSO</title> + <para> + <citerefentry> + <refentrytitle>b10-dhcp-ddns</refentrytitle><manvolnum>8</manvolnum> + </citerefentry>, + <citerefentry> + <refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum> + </citerefentry>. + </para> + </refsect1> + + <refsect1> + <title>HISTORY</title> + <para> + The <command>b10-dhcp-ddns</command> process was first coded in + May 2013 by the ISC Kea/Dhcp team. + </para> + </refsect1> +</refentry><!-- + - Local variables: + - mode: sgml + - End: +--> |