2018-05-24 13:17:10 +02:00
|
|
|
// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
|
2013-06-25 14:19:49 +01:00
|
|
|
//
|
2015-12-15 21:37:34 +01:00
|
|
|
// 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/.
|
2013-06-25 14:19:49 +01:00
|
|
|
|
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
|
|
|
*
|
2016-09-19 22:43:27 +02:00
|
|
|
* Welcome to the Kea Developer's Guide. This documentation is addressed at
|
2015-07-07 13:33:40 +02:00
|
|
|
* either existing or prospective Kea developers and contributors, and
|
2016-09-19 22:43:27 +02:00
|
|
|
* provides information needed to extend and maintain Kea source code.
|
2015-07-07 13:33:40 +02:00
|
|
|
|
2016-09-19 22:43:27 +02:00
|
|
|
* If you wish to write hook code - the code that is loaded by Kea at
|
2016-09-20 20:45:23 +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
|
|
|
*
|
2016-09-19 22:43:27 +02:00
|
|
|
* Kea maintenance information is divided into a number of sections.
|
|
|
|
* Information on DHCP-specific topics can be found
|
|
|
|
* in the @ref dhcpMaintenanceGuide. General topics are discussed in
|
2014-04-10 10:27:06 +02:00
|
|
|
* @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
|
2018-11-14 21:26:35 -05:00
|
|
|
* <a href="https://kb.isc.org/docs/kea-administrator-reference-manual">Kea
|
2015-07-14 12:59:52 +01:00
|
|
|
* Administrator Reference Manual</a> instead. If you are using a beta or
|
2015-07-07 13:33:40 +02:00
|
|
|
* development version of Kea, the
|
2018-11-26 11:25:06 +01:00
|
|
|
* <a href="https://jenkins.isc.org/job/Kea_doc/guide/kea-guide.html">
|
2015-07-07 13:33:40 +02:00
|
|
|
* development version of the manual</a> is recommended.
|
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
|
2018-11-14 20:20:28 -05:00
|
|
|
* <a href="https://gitlab.isc.org/isc-projects/kea/wikis/home">Kea wikipage (https://gitlab.isc.org/isc-projects/kea/wikis/home)</a>
|
2013-09-03 16:00:00 +02:00
|
|
|
*
|
2013-08-20 19:03:18 +02:00
|
|
|
* @section contrib Contributor's Guide
|
2016-09-19 22:43:27 +02:00
|
|
|
* - @subpage contributorGuide - This page describes the process of sending
|
|
|
|
* a patch to ISC and what happens next. Please read it if you are considering
|
|
|
|
* sending us any code.
|
2013-08-20 19:03:18 +02:00
|
|
|
*
|
2016-08-18 10:30:45 +02:00
|
|
|
* @section buildingKeaWithUnitTests Building Kea with Unit tests
|
|
|
|
* - @subpage unitTests
|
|
|
|
* - @subpage unitTestsEnvironmentVariables
|
|
|
|
* - @subpage unitTestsDatabaseConfig
|
2018-09-12 11:50:02 +02:00
|
|
|
* - @subpage unitTestsSysrepo
|
2016-08-18 10:30:45 +02:00
|
|
|
*
|
2018-01-24 00:17:39 +01:00
|
|
|
* @section performance Performance
|
|
|
|
* - @subpage benchmarks
|
|
|
|
*
|
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
|
2017-03-31 14:54:31 +02:00
|
|
|
* - @subpage agentHooks
|
2013-08-05 13:16:40 +01:00
|
|
|
* - @subpage hooksComponentDeveloperGuide
|
2013-08-14 13:46:05 +01:00
|
|
|
* - @subpage hooksmgMaintenanceGuide
|
2018-06-08 13:31:08 +02:00
|
|
|
* - @subpage libdhcp_ha
|
2013-12-31 15:38:13 -05:00
|
|
|
* - @subpage libdhcp_user_chk
|
2017-10-05 13:58:06 +02:00
|
|
|
* - @subpage libdhcp_lease_cmds
|
2018-05-14 07:32:06 -04:00
|
|
|
* - @subpage libdhcp_stat_cmds
|
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
|
2016-07-01 01:39:58 +02:00
|
|
|
* - @subpage dhcpv4o6Dhcp4
|
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
|
2018-12-10 12:05:30 -05:00
|
|
|
* - @subpage dhcpv4o6Dhcp6
|
2018-12-07 14:22:19 -05:00
|
|
|
* - @subpage congestionHandling
|
2014-04-14 16:06:40 -04:00
|
|
|
* - @subpage d2
|
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
|
2017-04-03 15:27:00 +02:00
|
|
|
* - @subpage controlAgent
|
|
|
|
* - @subpage ctrlAgentHttp
|
|
|
|
* - @subpage ctrlAgentCreatingResponse
|
|
|
|
* - @subpage ctrlAgentCommandMgr
|
|
|
|
* - @subpage CtrlAgentSecurity
|
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
|
2016-12-28 17:09:22 +01:00
|
|
|
* - @subpage dhcpDatabaseBackends
|
|
|
|
* - @subpage configBackend
|
|
|
|
* - @subpage configBackendJSONDesign
|
|
|
|
* - @subpage perfdhcpInternals
|
|
|
|
*
|
|
|
|
* @section libraries Kea libraries
|
|
|
|
* - @subpage libcc
|
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
|
2016-12-28 17:09:22 +01:00
|
|
|
* - @subpage libdhcp_ddns
|
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
|
2015-10-26 16:15:55 +01:00
|
|
|
* - @subpage timerManager
|
|
|
|
* - @subpage leaseReclamationRoutine
|
2016-07-01 22:50:10 +02:00
|
|
|
* - @subpage subnetSelect
|
|
|
|
* - @subpage dhcp4o6Ipc
|
2016-12-28 17:09:22 +01:00
|
|
|
* - @subpage libeval
|
|
|
|
* - @subpage libprocess
|
|
|
|
* - @subpage cpl
|
|
|
|
* - @subpage cplSignals
|
2018-09-12 11:37:35 +02:00
|
|
|
* - @subpage libyang
|
2012-03-19 14:54:18 +01:00
|
|
|
*
|
2013-08-14 13:46:05 +01:00
|
|
|
* @section miscellaneousTopics Miscellaneous Topics
|
2017-02-13 20:01:58 +01:00
|
|
|
* - @subpage terminology
|
2017-01-16 23:28:36 +01:00
|
|
|
* - @subpage parser
|
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
|
2019-10-29 18:56:44 +01:00
|
|
|
* - @subpage docs
|
2012-03-19 14:54:18 +01:00
|
|
|
* - <a href="./doxygen-error.log">Documentation warnings and errors</a>
|
|
|
|
*
|
2013-06-25 14:19:49 +01:00
|
|
|
*/
|