2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00
Commit Graph

31620 Commits

Author SHA1 Message Date
Razvan Becheriu
267d05a3d8 [#1375] fixed doxygen 2020-12-09 19:12:12 +02:00
Razvan Becheriu
9ff88a1f21 [#1375] added TimerMgr entry in the thread safety tab of the documentation 2020-12-09 19:12:12 +02:00
Razvan Becheriu
e865206822 [#1375] implemented thread safe TimerMgr 2020-12-09 19:12:12 +02:00
Marcin Siodelski
033a0e1d67 [#652] Addressed review comments
Fixed a typo and small impl change in network.
2020-12-09 16:24:46 +01:00
Marcin Siodelski
9c060d2e85 [#652] Added ChangeLog for #652 2020-12-09 16:24:43 +01:00
Marcin Siodelski
868813a0e0 [#652] Handle interface-id in config backend
The interface-id parameter is now properly set at distinct inheritance
levels. For example, if it is specified at shared network level but not
at the subnet level, the value stored in the db for the subnet is NULL
and it is non-null at shared network level.
2020-12-09 16:23:37 +01:00
Marcin Siodelski
16e32330a8 [#652] Do not return interface-id when unspecified
The routine which outputs subnet configuration as JSON does not return
interface-id value specified at higher level (shared network) when subnet
specific value wasn't set. Only the shared network specific value of
interface-id is returned in such case.
2020-12-09 16:23:37 +01:00
Francis Dupont
3306afa726 [#1456] Ignored unused 2020-12-09 15:14:06 +01:00
Francis Dupont
b04d4af3b4 [#1456] Added a ChangeLog entry for #1456 2020-12-09 15:14:06 +01:00
Francis Dupont
7ac740dc58 [#1456] typo 2020-12-09 15:14:06 +01:00
Francis Dupont
4ee57a94f9 [#1456] Refined pre-merge sanity check 2020-12-09 15:14:06 +01:00
Francis Dupont
856a5772cc [#1456] Checkpoint: addressed comments - to do: refine pre-merge sanity check 2020-12-09 15:14:06 +01:00
Francis Dupont
823116c9c5 [#1456] Made the triplet global fetch easier to optimize 2020-12-09 15:14:06 +01:00
Francis Dupont
576d360a38 [#1456] Addressed comments 2020-12-09 15:14:06 +01:00
Francis Dupont
de52ad9f42 [#1456] Added no regression test 2020-12-09 15:14:06 +01:00
Francis Dupont
8478415e2a [#1456] Finished unit tests 2020-12-09 15:14:06 +01:00
Francis Dupont
d68c31f045 [#1456] Checkpoint: code done, UTs to do 2020-12-09 15:14:06 +01:00
Francis Dupont
2deba49f57 [#1568] Fixed date 2020-12-09 12:37:04 +01:00
Francis Dupont
894441e502 [#1568] Fixed warnings 2020-12-08 23:33:02 +01:00
Thomas Markwalder
11305392b3 [#936] Restored ChangeLog entry 1838 2020-12-08 21:00:23 +00:00
Thomas Markwalder
e3edae006f [#936] Updated ARM and added ChangeLog
modified:
    ChangeLog
    doc/sphinx/arm/dhcp4-srv.rst
    doc/sphinx/arm/dhcp6-srv.rst
2020-12-08 21:00:23 +00:00
Thomas Markwalder
fa63b59f19 [#936] kea-dhcpX now calculates DDNS TTL
DDNS TTL is now calculated based on RFC 4702 Sec 5 guidelines.

src/lib/dhcpsrv/ncr_generator.*
    calculateDdnsTtl() - new function to calculate DNS RR TTL from a lease
    life time

    queueNCRCommon() - modified to use calculateDdnsTtl()

src/lib/dhcpsrv/tests/ncr_generator_unittest.cc
    Updated unit tests

src/bin/dhcp6/dhcp6_srv.cc
    Dhcpv6Srv::createNameChangeRequests() - modified to use calculateDdnsTtl()

src/bin/dhcp4/tests/fqdn_unittest.cc
src/bin/dhcp6/tests/fqdn_unittest.cc
    Updated unit tests
2020-12-08 21:00:23 +00:00
Razvan Becheriu
7d692d7700 [#1438] addressed comments 2020-12-07 21:11:33 +00:00
Razvan Becheriu
aae82d7c4f [#1438] also update KEA_HOOKS_VERSION 2020-12-07 21:11:33 +00:00
Razvan Becheriu
836fddc3b2 [#1438] fixed bugs 2020-12-07 21:11:33 +00:00
Andrei Pavel
951f78a017 [#1438] tidy up bump-lib-versions.sh 2020-12-07 21:11:33 +00:00
Razvan Becheriu
0fa997bd57 [#1438] added bump version script 2020-12-07 21:11:33 +00:00
manu
4c04b788d5 Set execute bit for hammer.py 2020-12-07 13:50:17 +01:00
Francis Dupont
0b0c147f75 [#356] Added a comment about isConnectClosed NOT use case 2020-12-04 13:58:26 +01:00
Tomek Mrugalski
8c3f72ee27 [#356] Updated interface name
- there is en7 in the system on my MacOS 10.15.7
2020-12-04 13:48:17 +01:00
Francis Dupont
91d85e6913 [#356] Added isConnectionClosed 2020-12-04 13:48:17 +01:00
Francis Dupont
6c7463acb6 [#1522] Updated reference 2020-12-04 12:47:50 +01:00
Francis Dupont
fdc60a988a [#1461] Fixed netconf link 2020-12-03 14:54:21 +01:00
Francis Dupont
6e83f3af91 [#1461] Added references to config_report 2020-12-03 14:54:21 +01:00
manu
e7589e9ae9 Add support for FreeBSD 12.1 2020-12-03 00:26:59 +01:00
manu
557d33ced4 Fix the issue with CentOS 8 not being recognized 2020-12-03 00:14:40 +01:00
Francis Dupont
59ba2dd9a1 [#1449] Removed star / incompatibility mark (reverted previous commit) 2020-12-02 16:28:38 +01:00
Francis Dupont
69ea445f59 [#1449] Addressed ultimate comment 2020-12-02 16:24:05 +01:00
Francis Dupont
3a8346f6e6 [#1449] Addressed last comment 2020-12-02 14:55:13 +01:00
Francis Dupont
834ba9aca7 [#1449] Addressed comments 2020-12-02 12:25:08 +01:00
Francis Dupont
707b8e503f [#1449] Added the not backward compatible star 2020-12-02 11:36:57 +01:00
Francis Dupont
7c5455e5a6 [#1449] Fixed v6 appending multiple option instances 2020-12-02 11:35:21 +01:00
Razvan Becheriu
7645df58b6 Update ChangeLog 2020-11-28 05:47:45 +00:00
Razvan Becheriu
81f0540e49 [#1535] addressed comments 2020-11-27 18:30:34 +02:00
Razvan Becheriu
06030846b7 [#1535] clean up code 2020-11-27 18:26:39 +02:00
Razvan Becheriu
ef37613703 [#1535] fixed unittests so that TSAN does not complain 2020-11-27 18:26:39 +02:00
Pavel Zhukov
c646b671b9 Fix typos in loggers documentation 2020-11-27 09:59:26 +00:00
Tomek Mrugalski
7a6df7019d [#1514] AUTHORS, ChangeLog updated 2020-11-27 10:35:48 +01:00
Carsten Strotmann
a7abf7562b Fixed spelling of "facilitates" 2020-11-27 10:32:46 +01:00
Carsten Strotmann
2dcda01414 Two typos corrected 2020-11-27 10:32:46 +01:00