2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

1735 Commits

Author SHA1 Message Date
Michal Nowikowski
eb23facd72 fixed hooks location from lib/hooks to lib/kea/hooks 2019-05-27 19:32:35 +02:00
Michal Nowikowski
6a95d51e86 various improvements
- improved several fragments of the first 3 chapters in ARM
- added target to top level Makefile for generating PDF docs
- improved formating of ChangeLog
2019-05-27 19:32:35 +02:00
Marcin Siodelski
f5eff5e12e [#71,!314] Regenerated API docs. 2019-05-27 15:51:45 +02:00
Marcin Siodelski
989279536d [#71,!314] Regenerated API commands. 2019-05-27 15:23:50 +02:00
Marcin Siodelski
e7709ddb7e [#71,!314] Addressed review comments. 2019-05-27 15:23:50 +02:00
Marcin Siodelski
6e3363372a [#71,!314] Updated CB supported parameters in User's Guide. 2019-05-27 15:23:50 +02:00
Marcin Siodelski
fb34012560 [#71,!314] Improved wording and corrected errors in the CB docs. 2019-05-27 15:23:50 +02:00
Marcin Siodelski
1c008c4aba [#71,!314] Added CB section for the DHCPv6 server. 2019-05-27 15:23:50 +02:00
Marcin Siodelski
e6330c948e [#71,!314] Added CB section to DHCPv4 configuration. 2019-05-27 15:23:50 +02:00
Marcin Siodelski
2c7f3338c7 [#71,!314] Updated hooks-cb-cmds with more examples. 2019-05-27 15:23:50 +02:00
Marcin Siodelski
206fa34ba9 [#71,!314] Updated the list of available hooks. 2019-05-27 15:23:50 +02:00
Marcin Siodelski
225b8abdd7 [#71,!314] Documented commands for IPv4 subnets. 2019-05-27 15:23:50 +02:00
Marcin Siodelski
c16e2343b4 [#71,!314] Documented remote commands for DHCPv4 options. 2019-05-27 15:23:50 +02:00
Marcin Siodelski
5540eb90a1 [#71,!314] Partially documented cb_cmds API. 2019-05-27 15:23:50 +02:00
Marcin Siodelski
817b11351c [#71,!314] Added Kea Configuration Backend general section. 2019-05-27 15:21:47 +02:00
Marcin Siodelski
36433b37ce [#71,!314] Added section 5.2. Configuration Backend in the User's Guide. 2019-05-27 15:21:47 +02:00
Marcin Siodelski
4ac699d360 [#71,!314] Database and Database Version Numbers updated for CB. 2019-05-27 15:21:47 +02:00
Thomas Markwalder
85898ea357 [#539, !330] Updated admin guide and added ChangeLog 2019-05-24 10:14:17 -04:00
Francis Dupont
7bc4cc182a [208-move-logging-from-global-objects-to-global-params] Almost done. Checkpoint of the day 2019-05-22 18:10:24 -04:00
Francis Dupont
3753008cc7 [594-new-host-cache-commands] Added cache-get-by-id and cache-size docs 2019-05-22 03:53:47 -04:00
Razvan Becheriu
bc46fd3420 updated name in docs 2019-05-16 19:44:51 +03:00
Razvan Becheriu
40ed9c3b3e added logger to docs 2019-05-16 19:44:51 +03:00
Tomek Mrugalski
144b83a84c [#365,!296] Added 2 paragraphs about renewals 2019-04-26 11:19:33 -04:00
Thomas Markwalder
590446377e [#365,!296] Relaxed sanity checks
T2 may now be specified as any value >= 0, T1 must be less than T2.
This allows both values to exceed the valid life time.
2019-04-26 11:19:33 -04:00
Thomas Markwalder
239bbbb295 [#365,!296] Changed to use preferred lease time
doc/guide/dhcp6-srv.xml
    Updated to reflect the use to preferred life time vs valid life time

src/bin/dhcp6/dhcp6_srv.*
    Updated to use preferred lease time for tee time calculation
    Dhcpv6Srv::setTeeTimes() - updated to allow values to less than or
    equal, rathe than the just less than

src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
src/bin/dhcp6/tests/hooks_unittest.cc
src/bin/dhcp6/tests/tee_times_unittest.cc
    updated unit tests accordingly
2019-04-26 11:19:33 -04:00
Thomas Markwalder
e863212580 [#365,!296] Addressed review comments. 2019-04-26 11:19:33 -04:00
Thomas Markwalder
9c8ca39bb9 [#365,!296] Regenned parsers, added ChangeLog and doc
ChangeLog - added proposed entry

doc/guide/dhcp6-srv.xml
    added section describing calculate-tee-times, t1-percent, t2-percent

src/bin/dhcp6/dhcp6_lexer.cc
src/bin/dhcp6/dhcp6_parser.cc
src/bin/dhcp6/dhcp6_parser.h
src/bin/dhcp6/dhcp6_parser.yy
    Added missing parameter declares and regenned parsers

src/bin/dhcp6/tests/config_parser_unittest.cc
    Updated expected timer values

src/bin/dhcp6/tests/get_config_unittest.cc
    Updated generated tests

/src/bin/dhcp6/tests/simple_parser6_unittest.cc
    TEST_F(SimpleParser6Test, globalDefaults6) - updated test
2019-04-26 11:19:33 -04:00
Francis Dupont
0b878f24a7 [465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook] Added missing tests and updated doc 2019-04-19 06:39:47 -04:00
Thomas Markwalder
f59c386d0f [484] Updated user guide
Updated user guide and added ChangeLog.
2019-04-18 08:00:43 -04:00
Francis Dupont
0befb65327 [503-refuse-option-definitions-which-duplicate-a-name-space] Fixed the replace-client-id examples 2019-04-12 15:42:03 +02:00
Razvan Becheriu
90787d36d3 added supported values and link to documentation 2019-03-21 17:56:05 +02:00
Razvan Becheriu
d4519a8c4e updated examples and models 2019-03-21 17:50:01 +02:00
Francis Dupont
c128fd9a6b [536-typo-in-arm-for-option-sip-ua-cs-domains] Fixed sip-ua-cs-domains code point 2019-03-21 06:34:39 -04:00
Michal Nowikowski
1129c69c27 hammer: added note to hammer guide about ccache limitation to lxc only 2019-03-19 13:07:06 -04:00
Michal Nowikowski
3628c20740 added description of ccache feature in hammer in user guide 2019-03-19 13:07:06 -04:00
Francis Dupont
c3af21abf0 [430-configure-location-of-datadir] Fixed quotes in data-directory example 2019-03-16 00:23:05 +01:00
Francis Dupont
381371a7a2 [430-configure-location-of-datadir] Moved datadir to server config and use it for v6 2019-03-16 00:23:05 +01:00
Francis Dupont
f6611731de [441-make-distcheck-fails-on-fedora-29-automake-1-16] Some updates 2019-03-13 08:37:54 -04:00
Francis Dupont
93cd62c99f [498-pkg-config-usage-in-kea-libs-is-wrong] Got rid of dns++.pc 2019-03-11 11:11:24 -04:00
Tomek Mrugalski
db5783548a [#471] Hammer docs updated 2019-03-06 09:27:57 -05:00
Tomek Mrugalski
4b7a8df605 Minor clarification with LFC 2019-02-28 15:52:13 +01:00
Suzanne Goldlust
516ab2fbe0 Update dhcp6-srv.xml to fix small grammatical errors lines 1158-1162 2019-02-28 15:52:13 +01:00
Tomek Mrugalski
b00de11ca5 [#362] Corrected escaped examples. 2019-02-28 15:52:13 +01:00
Tomek Mrugalski
5711a8b884 [#362] Clarified when an option is sent 2019-02-28 15:52:13 +01:00
Tomek Mrugalski
adf8c11427 [#362] Unicast address binding example in v6 2019-02-28 15:52:13 +01:00
Suzanne Goldlust
7972a89d75 Update dhcp4-srv.xml to add missing "a" in line 499 2019-02-28 15:52:13 +01:00
Suzanne Goldlust
f49adec4a1 Update dhcp6-srv.xml to add missing "a" in line 629 2019-02-28 15:52:13 +01:00
Tomek Mrugalski
d114f1d8ce [#362,!182] Added clarification about Cassandra connection failure handling 2019-02-28 15:52:13 +01:00
Tomek Mrugalski
8176e6a7c3 [#362,!182] Example of hosts-database added. 2019-02-28 15:52:13 +01:00
Tomek Mrugalski
b11fd8d805 [#362,!182] Links to on-line ARM replaced with local references 2019-02-28 15:52:13 +01:00