2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

1031 Commits

Author SHA1 Message Date
Thomas Markwalder
95d10187cc [#544] Addressed review comments
Minor clean ups.
2020-07-21 08:47:08 -04:00
Francis Dupont
b585ea42d8 [#544] Fixed doc 2020-07-21 13:10:11 +02:00
Francis Dupont
3ee08e6f79 [#544] spelling 2020-07-21 13:01:07 +02:00
Thomas Markwalder
b50375ada1 [#544] leaseX-del commands may now update DNS
doc/sphinx/arm/hooks-lease-cmds.rst
    Updated leaseX-del documentation

src/hooks/dhcp/lease_cmds/lease_cmds.*
    LeaseCmdsImp::Parameters
    LeaseCmdsImpl::getParameters()
    - Added supportr for update-ddns

    LeaseCmdsImpl::lease4DelHandler()
    LeaseCmdsImpl::lease6DelHandler()
    - Added call t queueNCR()

src/hooks/dhcp/lease_cmds/tests/lease_cmds_unittest.cc
    TEST_F(LeaseCmdsTest, LeaseXDelBadUpdateDdnsParam)
    TEST_F(LeaseCmdsTest, lease4DnsRemoveD2Enabled)
    TEST_F(LeaseCmdsTest, lease4DnsRemoveD2Disabled)
    TEST_F(LeaseCmdsTest, lease6DnsRemoveD2Enabled)
    TEST_F(LeaseCmdsTest, lease6DnsRemoveD2Disabled)
    - new tests

Added a ChangeLog entry
2020-07-17 11:56:15 -04:00
Francis Dupont
4f2457a9e6 [#771] Addressed comments 2020-07-09 12:28:45 +02:00
Francis Dupont
b0993a4529 [#771] Added doc and configure warning 2020-07-09 10:02:03 +02:00
Francis Dupont
642c265679 [#916] Addressed comments 2020-07-08 14:32:45 +02:00
Francis Dupont
d0c79c457a [#916] Updated for 1.7.10 2020-07-08 14:32:45 +02:00
Francis Dupont
c15e5ad5fa [#916] Addressed comments 2020-07-08 14:32:45 +02:00
Francis Dupont
3b886e7fb6 [#916] Doc typo 2020-07-08 14:32:45 +02:00
Francis Dupont
a07ea817e0 [#916] Checkpoint before regen 2020-07-08 14:32:45 +02:00
Francis Dupont
1a0d168d75 [#1258] Fixed ha-servers -> high-availability 2020-07-02 16:42:41 +02:00
Tomek Mrugalski
e959c14e1e [#1235] Removed premium reference 2020-06-19 10:48:37 -04:00
Thomas Markwalder
cd60f845b2 [#1235] Addressed review comments 2020-06-19 10:48:37 -04:00
Tomek Mrugalski
08994e33d6 [#1235] Minor formatting update. 2020-06-19 10:48:37 -04:00
Thomas Markwalder
5875af6bc8 [#1235] Added V6 Leaese Query doc to the ARM
modified:   arm/hooks-lease-query.rst
2020-06-19 10:48:37 -04:00
Francis Dupont
0a3cfdb11e [#1100] Addressed comments before rebase 2020-06-15 16:13:38 +02:00
Francis Dupont
c2e71eef05 [#1100] Got rid of comment extraction 2020-06-15 16:13:38 +02:00
Marcin Siodelski
24ca3b5b8f [#1205] Added a note in the ARM
The note talks about a new way to restart a pair of terminated servers.
The servers can be now restarted sequentially.
2020-05-21 20:02:03 +02:00
Francis Dupont
34aae5196e [#1180] Fix attempt 2020-05-21 10:22:33 +02:00
Marcin Siodelski
c44be60b8e [#1087] Editorial fix in the ARM
Per review comments.
2020-05-20 17:50:29 +02:00
Marcin Siodelski
65a956f36d [#1087] Updated status-get description
The HA specific part of the status-get command was updated.
2020-05-20 17:49:11 +02:00
Marcin Siodelski
d2208d325e [#1087] Addressed editorial errors
Addressed all editorial errors in the docs and commentary as a result of
the review.
2020-05-20 17:49:10 +02:00
Marcin Siodelski
5454f05777 [#1087] Added note in hooks-ha
The output for the passive-backup mode is different than in other modes.
2020-05-20 17:48:16 +02:00
Marcin Siodelski
259455918c [#1087] Updated ARM
Described new HA specific parameters returned in response to status-get
command.
2020-05-20 17:48:16 +02:00
Francis Dupont
4b8ce14dea [#1180] Other fixes 2020-05-20 11:00:40 -04:00
Francis Dupont
2a6a46bff9 [#1180] Fixed stat table 2020-05-20 11:00:40 -04:00
Thomas Markwalder
61d4807245 [#1180] Addressed review comments 2020-05-20 11:00:40 -04:00
Thomas Markwalder
098dd18824 [#1180] Added Leasequery hook lib documentation
Added a ChangeLog entry

doc/sphinx/arm/hooks-lease-query.rst
    new file

doc/sphinx/arm/dhcp4-srv.rst
    Added lease-query statistics

doc/sphinx/arm/hooks.rst
    Added inclusion of hooks-lease-query.rst

doc/sphinx/arm/logging.rst

    Added lease-query logger
2020-05-20 11:00:40 -04:00
Francis Dupont
bbb17b70be [#1213] Fixed some lists in ARM 2020-05-13 16:37:02 +02:00
Marcin Siodelski
c276c7acf1 [#999] Fixed typo per review comments 2020-05-08 19:30:12 +02:00
Marcin Siodelski
5e1aaba621 [#999] Fixed several wording issues
The text describing the passive-backup mode was corrected accoriding to the
review comments.
2020-05-08 19:29:09 +02:00
Marcin Siodelski
d8e2e72a9b [#999] Emphasize HA roles
Applied the reviewer's patch which emphasizes important terms such as
primary, secondary, active etc.
2020-05-08 19:29:09 +02:00
Marcin Siodelski
5656ffc52f [#999] Updated to the ARM
The passive-backup state and other relevant updates were applied to the
Kea ARM.
2020-05-08 19:29:09 +02:00
Francis Dupont
99ad85b77b [#1173] Implemented the incompatibility case 2020-05-07 19:49:15 +03:00
Tomek Mrugalski
612ce56d03 [#1191] BIND9 => BIND 9 2020-04-24 13:16:47 +02:00
Tomek Mrugalski
922670950a [#1191] Added dnf to rpm/yum list 2020-04-24 13:14:17 +02:00
Tomek Mrugalski
43d08faea9 [#1191] Updated wording about Stork releases 2020-04-24 12:26:42 +02:00
Tomek Mrugalski
607c1a8dc4 [#1191] Added references to Stork 2020-04-24 12:24:56 +02:00
Tomek Mrugalski
41bae87ce0 [#1191] Updated wording 2020-04-24 12:24:21 +02:00
Tomek Mrugalski
5d2e8efeab [#1191] Added section about Stork 2020-04-24 12:23:54 +02:00
Tomek Mrugalski
ad073fc066 [#1191] Info about statistic samples moved to the back 2020-04-24 12:22:39 +02:00
Francis Dupont
6ee6bec325 [#816] Addressed some comments 2020-04-23 23:24:53 +02:00
Francis Dupont
8ad94924f5 [#816] Added global cumulative assigned stats 2020-04-23 23:23:18 +02:00
Francis Dupont
3f43d49e1c [#816] Added per subnet cumulative assigned stats 2020-04-23 23:23:18 +02:00
Francis Dupont
c408d78a9a [#1192] Fixed first entry 2020-04-23 18:29:10 +02:00
Francis Dupont
8a3f746694 [#1192] Added MT defaults 2020-04-23 18:14:32 +02:00
Razvan Becheriu
349a6aead2 [#893] addressed review comments 2020-04-15 15:25:07 +03:00
Razvan Becheriu
ea9a9fa460 [#893] addressed review comments 2020-04-14 22:27:43 +03:00
Razvan Becheriu
8bee23ca2b [#893] added documentation 2020-04-14 22:20:29 +03:00