Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian Schrader
Kea
Commits
72a05368
Commit
72a05368
authored
Dec 28, 2016
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[5021] Doxygen documentation cleaned up
- There's new section Kea Libraries
parent
8e2c1545
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
21 additions
and
18 deletions
+21
-18
doc/devel/mainpage.dox
doc/devel/mainpage.dox
+12
-9
doc/guide/dhcp4-srv.xml
doc/guide/dhcp4-srv.xml
+1
-1
doc/guide/dhcp6-srv.xml
doc/guide/dhcp6-srv.xml
+1
-1
src/bin/dhcp4/dhcp4.dox
src/bin/dhcp4/dhcp4.dox
+1
-1
src/bin/dhcp6/dhcp6.dox
src/bin/dhcp6/dhcp6.dox
+1
-1
src/lib/cc/cc.dox
src/lib/cc/cc.dox
+1
-1
src/lib/dhcp/libdhcp++.dox
src/lib/dhcp/libdhcp++.dox
+1
-1
src/lib/dhcp_ddns/libdhcp_ddns.dox
src/lib/dhcp_ddns/libdhcp_ddns.dox
+1
-1
src/lib/dhcpsrv/libdhcpsrv.dox
src/lib/dhcpsrv/libdhcpsrv.dox
+1
-1
src/lib/eval/eval.dox
src/lib/eval/eval.dox
+1
-1
No files found.
doc/devel/mainpage.dox
View file @
72a05368
...
...
@@ -71,9 +71,6 @@
* - @subpage dhcpv6SignalBasedReconfiguration
* - @subpage dhcpv6Other
* - @subpage dhcpv4o6Dhcp6
* - @subpage libprocess
* - @subpage cpl
* - @subpage cplSignals
* - @subpage d2
* - @subpage d2ProcessDerivation
* - @subpage d2ConfigMgt
...
...
@@ -91,6 +88,13 @@
* - @subpage ctrlSocketClient
* - @subpage ctrlSocketImpl
* - @subpage ctrlSocketConnections
* - @subpage dhcpDatabaseBackends
* - @subpage configBackend
* - @subpage configBackendJSONDesign
* - @subpage perfdhcpInternals
*
* @section libraries Kea libraries
* - @subpage libcc
* - @subpage libdhcp
* - @subpage libdhcpIntro
* - @subpage libdhcpRelay
...
...
@@ -98,6 +102,7 @@
* - @subpage libdhcpPktFilter
* - @subpage libdhcpPktFilter6
* - @subpage libdhcpErrorLogging
* - @subpage libdhcp_ddns
* - @subpage libdhcpsrv
* - @subpage leasemgr
* - @subpage cfgmgr
...
...
@@ -108,12 +113,10 @@
* - @subpage leaseReclamationRoutine
* - @subpage subnetSelect
* - @subpage dhcp4o6Ipc
* - @subpage libdhcp_ddns
* - @subpage dhcpDatabaseBackends
* - @subpage dhcpEval
* - @subpage configBackend
* - @subpage configBackendJSONDesign
* - @subpage perfdhcpInternals
* - @subpage libeval
* - @subpage libprocess
* - @subpage cpl
* - @subpage cplSignals
*
* @section miscellaneousTopics Miscellaneous Topics
* - @subpage logKeaLogging
...
...
doc/guide/dhcp4-srv.xml
View file @
72a05368
...
...
@@ -1582,7 +1582,7 @@ It is merely echoed by the server
specified the server will assume that the option data is specified as
a list of comma separated values to be assigned to individual fields
of the DHCP option. This behavior has changed in Kea 1.2. Older
versions used additional logic to determine
d
whether the csv-format
versions used additional logic to determine whether the csv-format
should be true or false. That is no longer the case.
</simpara>
</listitem>
...
...
doc/guide/dhcp6-srv.xml
View file @
72a05368
...
...
@@ -1725,7 +1725,7 @@ should include options from the isc option space:
specified the server will assume that the option data is specified as
a list of comma separated values to be assigned to individual fields
of the DHCP option. This behavior has changed in Kea 1.2. Older
versions used additional logic to determine
d
whether the csv-format
versions used additional logic to determine whether the csv-format
should be true or false. That is no longer the case.
</simpara>
</listitem>
...
...
src/bin/dhcp4/dhcp4.dox
View file @
72a05368
...
...
@@ -279,7 +279,7 @@ class definitions that are subnet specific.
Client classification is done in isc::dhcp::Dhcpv4Srv::classifyPacket. First, the old
"built-in" (see @ref dhcpv4ClassifierSimple) classification is called. Then the code
iterates over all class definitions and for each class definition it calls
isc::dhcp::evaluate, which is implemented in libeval (see @ref
dhcpE
val). If the
isc::dhcp::evaluate, which is implemented in libeval (see @ref
libe
val). If the
evaluation is successful, the class name is added to the packet (by calling
isc::dhcp::pkt::addClass).
...
...
src/bin/dhcp6/dhcp6.dox
View file @
72a05368
...
...
@@ -544,7 +544,7 @@ Client classification is done in isc::dhcp::Dhcpv6Srv::classifyPacket. First, th
"built-in" (see @ref dhcpv6ClassifierSimple) classification is called (see @ref
isc::dhcp::Dhcpv6Srv::classifyByVendor). Then the code iterates over all class definitions
and for each class definition it calls isc::dhcp::evaluate, which is implemented in libeval
(see @ref
dhcpE
val). If the evaluation is successful, the class name is added to the packet
(see @ref
libe
val). If the evaluation is successful, the class name is added to the packet
(by calling isc::dhcp::pkt::addClass).
If packet belongs to at least one class, this fact is logged. If there are any
...
...
src/lib/cc/cc.dox
View file @
72a05368
...
...
@@ -5,7 +5,7 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
/**
@page libcc lib
cc - Kea configuration commands l
ibrary
@page libcc lib
kea-cc - Kea Configuration Utilities L
ibrary
@section ccSimpleParser Simple JSON Parser
...
...
src/lib/dhcp/libdhcp++.dox
View file @
72a05368
...
...
@@ -5,7 +5,7 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
/**
@page libdhcp lib
dhcp++
@page libdhcp lib
kea-dhcp++ - Low Level DHCP Library
@section libdhcpIntro Libdhcp++ Library Introduction
...
...
src/lib/dhcp_ddns/libdhcp_ddns.dox
View file @
72a05368
...
...
@@ -5,7 +5,7 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
/**
@page libdhcp_ddns libdhcp_ddns - DHCP_DDNS Request I/O Library
@page libdhcp_ddns lib
kea-
dhcp_ddns - DHCP_DDNS Request I/O Library
@section libdhcp_ddnsIntro Introduction
...
...
src/lib/dhcpsrv/libdhcpsrv.dox
View file @
72a05368
...
...
@@ -5,7 +5,7 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
/**
@page libdhcpsrv lib
dhcpsrv - Server DHCP l
ibrary
@page libdhcpsrv lib
kea-dhcpsrv - Server DHCP L
ibrary
This library contains code used for the DHCPv4 and DHCPv6 servers' operations,
including the "Lease Manager" that manages information about leases and the
...
...
src/lib/eval/eval.dox
View file @
72a05368
...
...
@@ -5,7 +5,7 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
/**
@page
dhcpEval libeval - Expression evaluation and client classification
@page
libeval libkea-eval - Expression Evaluation and Client Classification Library
@section dhcpEvalIntroduction Introduction
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment