123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
- <!ENTITY mdash "—" >
- <!ENTITY % version SYSTEM "version.ent">
- %version;
- ]>
- <!--
- - Copyright (C) 2010-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
- - file, You can obtain one at http://mozilla.org/MPL/2.0/.
- -->
- <book>
- <?xml-stylesheet href="kea-guide.css" type="text/css"?>
- <bookinfo>
- <title>
- <inlinemediaobject>
- <imageobject>
- <imagedata fileref="kea-logo-100x70.png" align="left"/>
- </imageobject>
- </inlinemediaobject>
- Kea Administrator Reference Manual
- </title>
- <releaseinfo>This is the reference guide for Kea version
- &__VERSION__;.</releaseinfo>
- <copyright>
- <year>2010-2016</year><holder>Internet Systems Consortium, Inc.</holder>
- </copyright>
- <abstract>
- <para>
- Kea is an open source implementation of the Dynamic Host Configuration
- Protocol (DHCP) servers, developed and maintained by Internet Systems
- Consortium (ISC).
- </para>
- <para>
- This is the reference guide for Kea version &__VERSION__;.
- The most up-to-date version of this document (in PDF, HTML,
- and plain text formats), along with other documents for
- Kea, can be found at <ulink url="http://kea.isc.org/docs"/>.
- </para> </abstract>
- </bookinfo>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intro.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="quickstart.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="install.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="admin.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="config.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keactrl.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="agent.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp4-srv.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp6-srv.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lease-expiration.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ddns.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lfc.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="classify.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hooks.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stats.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ctrl-channel.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdhcp.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="logging.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="faq.xml" />
- <chapter id="acknowledgments">
- <title>Acknowledgments</title>
- <para>Kea is primarily designed, developed, and maintained by
- Internet Systems Consortium, Inc. It is an open source project
- and contributions are welcomed.</para>
- <para>Support for the development of the DHCPv4, DHCPv6 and
- DHCP-DDNS components was provided by
- <ulink url="http://www.comcast.com/">Comcast</ulink>.</para>
- <para>Kea was initially implemented as a collection of applications
- within the BIND 10 framework. Hence, Kea development would not be
- possible without the generous support of past BIND 10 project sponsors.</para>
- <para><ulink url="http://jprs.co.jp/">JPRS</ulink> and
- <ulink url="http://cira.ca/">CIRA</ulink> were Patron Level
- BIND 10 sponsors.</para>
- <para><ulink url="https://www.afnic.fr/">AFNIC</ulink>,
- <ulink url="https://www.cnnic.net.cn/">CNNIC</ulink>,
- <ulink url="https://www.nic.cz/">CZ.NIC</ulink>,
- <ulink url="http://www.denic.de/">DENIC eG</ulink>,
- <ulink url="https://www.google.com/">Google</ulink>,
- <ulink url="https://www.ripe.net/">RIPE NCC</ulink>,
- <ulink url="https://registro.br/">Registro.br</ulink>,
- <ulink url="https://nzrs.net.nz/">.nz Registry Services</ulink>, and
- <ulink url="https://www.tcinet.ru/">Technical Center of Internet</ulink>
- were past BIND 10 sponsors.</para>
- <para><ulink url="https://www.afilias.info/">Afilias</ulink>,
- <ulink url="https://www.iis.se/">IIS.SE</ulink>,
- <ulink url="http://www.nominet.org.uk/">Nominet</ulink>, and
- <ulink url="https://www.sidn.nl/">SIDN</ulink> were founding
- sponsors of the BIND 10 project.</para>
- </chapter>
- <!-- TODO: Add bibliography section (mostly RFCs, probably) -->
- <!-- TODO: how to help: run unit tests, join lists, review trac tickets -->
- <!-- <index> <title>Index</title> </index> -->
- </book>
|