2015-03-12 21:00:15 -07:00
|
|
|
// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
|
2013-06-25 14:19:49 +01:00
|
|
|
//
|
|
|
|
// 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.
|
|
|
|
|
2012-03-19 14:54:18 +01:00
|
|
|
/**
|
2014-04-10 10:27:06 +02:00
|
|
|
* @mainpage Kea Developer's Guide
|
2012-03-19 14:54:18 +01:00
|
|
|
*
|
2014-04-10 10:27:06 +02:00
|
|
|
* Welcome to Kea Developer's Guide. This documentation is addressed
|
2013-06-25 14:19:49 +01:00
|
|
|
* at existing and prospecting developers and programmers and provides
|
2014-06-18 20:46:21 +02:00
|
|
|
* information needed to both extend and maintain Kea.
|
2013-06-25 14:19:49 +01:00
|
|
|
*
|
2014-04-10 10:27:06 +02:00
|
|
|
* If you wish to write "hook" code - code that is loaded by Kea at
|
2013-06-25 14:19:49 +01:00
|
|
|
* run-time and modifies its behavior you should read the section
|
2013-08-14 13:46:05 +01:00
|
|
|
* @ref hooksdgDevelopersGuide.
|
2013-06-25 14:19:49 +01:00
|
|
|
*
|
2014-04-10 10:27:06 +02:00
|
|
|
* Kea maintenance information is divided into a number of sections
|
|
|
|
* depending on focus. Information on DHCP-specific topics can be found
|
|
|
|
* in the @ref dhcpMaintenanceGuide. General topics, are discussed in
|
|
|
|
* @ref miscellaneousTopics.
|
2012-03-19 14:54:18 +01:00
|
|
|
*
|
|
|
|
* If you are a user or system administrator, rather than software engineer,
|
2013-08-14 13:46:05 +01:00
|
|
|
* you should read the
|
2014-04-10 10:27:06 +02:00
|
|
|
* <a href="http://kea.isc.org/docs/bind10-guide.html">Kea
|
2014-06-18 20:46:21 +02:00
|
|
|
* Administrator Reference Manual</a> instead.
|
2012-03-19 14:54:18 +01:00
|
|
|
*
|
2013-08-14 13:46:05 +01:00
|
|
|
* Regardless of your field of expertise, you are encouraged to visit the
|
2014-04-10 10:27:06 +02:00
|
|
|
* <a href="http://kea.isc.org/">Kea webpage (http://kea.isc.org)</a>
|
2013-09-03 16:00:00 +02:00
|
|
|
*
|
2013-08-20 19:03:18 +02:00
|
|
|
* @section contrib Contributor's Guide
|
|
|
|
* - @subpage contributorGuide
|
|
|
|
*
|
2013-06-25 14:19:49 +01:00
|
|
|
* @section hooksFramework Hooks Framework
|
2013-08-05 13:16:40 +01:00
|
|
|
* - @subpage hooksdgDevelopersGuide
|
2013-07-16 15:41:16 +02:00
|
|
|
* - @subpage dhcpv4Hooks
|
|
|
|
* - @subpage dhcpv6Hooks
|
2013-08-05 13:16:40 +01:00
|
|
|
* - @subpage hooksComponentDeveloperGuide
|
2013-08-14 13:46:05 +01:00
|
|
|
* - @subpage hooksmgMaintenanceGuide
|
2013-12-31 15:38:13 -05:00
|
|
|
* - @subpage libdhcp_user_chk
|
2012-03-19 14:54:18 +01:00
|
|
|
*
|
2013-06-25 14:19:49 +01:00
|
|
|
* @section dhcpMaintenanceGuide DHCP Maintenance Guide
|
2012-10-12 14:55:59 +02:00
|
|
|
* - @subpage dhcp4
|
2012-12-13 11:38:21 +00:00
|
|
|
* - @subpage dhcpv4ConfigParser
|
|
|
|
* - @subpage dhcpv4ConfigInherit
|
2013-10-07 11:30:53 +02:00
|
|
|
* - @subpage dhcpv4OptionsParse
|
2013-09-10 08:17:32 +02:00
|
|
|
* - @subpage dhcpv4DDNSIntegration
|
2014-01-03 13:21:50 +01:00
|
|
|
* - @subpage dhcpv4Classifier
|
2014-05-23 18:40:57 +02:00
|
|
|
* - @subpage dhcpv4ConfigBackend
|
2014-06-03 15:59:25 +02:00
|
|
|
* - @subpage dhcpv4SignalBasedReconfiguration
|
2013-07-16 15:41:16 +02:00
|
|
|
* - @subpage dhcpv4Other
|
2012-10-12 14:55:59 +02:00
|
|
|
* - @subpage dhcp6
|
2012-12-10 13:54:46 +00:00
|
|
|
* - @subpage dhcpv6ConfigParser
|
|
|
|
* - @subpage dhcpv6ConfigInherit
|
2013-08-14 13:08:33 +02:00
|
|
|
* - @subpage dhcpv6DDNSIntegration
|
2013-10-07 11:30:53 +02:00
|
|
|
* - @subpage dhcpv6OptionsParse
|
2014-01-03 13:21:50 +01:00
|
|
|
* - @subpage dhcpv6Classifier
|
2014-04-23 19:48:35 +02:00
|
|
|
* - @subpage dhcpv6ConfigBackend
|
2014-05-22 17:58:45 +02:00
|
|
|
* - @subpage dhcpv6SignalBasedReconfiguration
|
2013-07-16 15:41:16 +02:00
|
|
|
* - @subpage dhcpv6Other
|
2014-04-14 16:06:40 -04:00
|
|
|
* - @subpage d2
|
2014-04-16 14:40:20 -04:00
|
|
|
* - @subpage d2CPL
|
2014-10-29 06:44:33 -07:00
|
|
|
* - @subpage d2ProcessDerivation
|
2014-04-16 14:40:20 -04:00
|
|
|
* - @subpage d2ConfigMgt
|
|
|
|
* - @subpage d2NCRReceipt
|
|
|
|
* - @subpage d2DDNSUpdateExecution
|
|
|
|
* - @subpage d2EventLoop
|
|
|
|
* - @subpage d2TransDetail
|
|
|
|
* - @subpage d2StateModel
|
|
|
|
* - @subpage d2TransExecExample
|
2015-03-12 21:00:15 -07:00
|
|
|
* - @subpage lfc
|
|
|
|
* - @subpage lfcProcessing
|
|
|
|
* - @subpage lfcFiles
|
2015-06-09 13:32:13 +02:00
|
|
|
* - @subpage ctrlSocket
|
|
|
|
* - @subpage ctrlSocketOverview
|
|
|
|
* - @subpage ctrlSocketClient
|
|
|
|
* - @subpage ctrlSocketImpl
|
|
|
|
* - @subpage ctrlSocketConnections
|
2012-03-19 14:54:18 +01:00
|
|
|
* - @subpage libdhcp
|
2012-06-01 14:46:05 +02:00
|
|
|
* - @subpage libdhcpIntro
|
2013-04-11 14:52:21 +02:00
|
|
|
* - @subpage libdhcpRelay
|
2012-06-01 14:46:05 +02:00
|
|
|
* - @subpage libdhcpIfaceMgr
|
2013-12-02 11:58:18 +01:00
|
|
|
* - @subpage libdhcpPktFilter
|
2013-12-13 11:19:12 +01:00
|
|
|
* - @subpage libdhcpPktFilter6
|
2014-01-10 17:26:32 +01:00
|
|
|
* - @subpage libdhcpErrorLogging
|
2012-10-25 13:46:02 +02:00
|
|
|
* - @subpage libdhcpsrv
|
|
|
|
* - @subpage leasemgr
|
|
|
|
* - @subpage cfgmgr
|
2014-12-01 18:08:29 +01:00
|
|
|
* - @subpage hostmgr
|
2014-10-14 17:01:22 +02:00
|
|
|
* - @subpage optionsConfig
|
2012-10-25 13:46:02 +02:00
|
|
|
* - @subpage allocengine
|
2014-08-01 17:05:35 +01:00
|
|
|
* - @subpage libdhcp_ddns
|
2012-12-13 11:38:21 +00:00
|
|
|
* - @subpage dhcpDatabaseBackends
|
2014-05-06 14:59:36 +02:00
|
|
|
* - @subpage configBackend
|
|
|
|
* - @subpage configBackendMotivation
|
|
|
|
* - @subpage configBackendJSONDesign
|
|
|
|
* - @subpage configBackendAdding
|
2012-09-13 11:02:23 +02:00
|
|
|
* - @subpage perfdhcpInternals
|
2012-03-19 14:54:18 +01:00
|
|
|
*
|
2015-06-24 14:42:16 +02:00
|
|
|
* @section qa Quality Assurance
|
|
|
|
* - @subpage qaUnitTests
|
|
|
|
*
|
2013-08-14 13:46:05 +01:00
|
|
|
* @section miscellaneousTopics Miscellaneous Topics
|
2014-06-18 20:46:21 +02:00
|
|
|
* - @subpage logKeaLogging
|
2013-12-20 12:10:31 +00:00
|
|
|
* - @subpage logBasicIdeas
|
|
|
|
* - @subpage logDeveloperUse
|
|
|
|
* - @subpage logNotes
|
2014-05-06 14:59:36 +02:00
|
|
|
* - @subpage LoggingApi
|
2012-03-19 14:54:18 +01:00
|
|
|
* - @subpage SocketSessionUtility
|
|
|
|
* - <a href="./doxygen-error.log">Documentation warnings and errors</a>
|
|
|
|
*
|
|
|
|
* @image html isc-logo.png
|
2012-09-13 11:02:23 +02:00
|
|
|
*/
|
2013-06-25 14:19:49 +01:00
|
|
|
/*
|
|
|
|
* @todo: Move the logo to the right (and possibly up). Not sure what
|
|
|
|
* is the best way to do it in Doxygen, without using CSS hacks.
|
|
|
|
*/
|
|
|
|
|