2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

205 Commits

Author SHA1 Message Date
Razvan Becheriu
c056162c99 [#2827] reverted src/share/api and updated script 2023-05-11 11:31:16 +03:00
Razvan Becheriu
50abca6f3f [#2827] fixed all json examples in arm 2023-05-11 11:30:02 +03:00
Piotrek Zadroga
db5ee838cc [#2536] addressed review comments 2023-05-04 23:18:04 +02:00
Piotrek Zadroga
77e7200d4a [#2536] Updating Changelog and docs 2023-05-04 23:18:01 +02:00
Andrei Pavel
dfeea9fc52
[#2797] document lease reuse statistics 2023-05-03 22:27:09 +03:00
Marcin Siodelski
8af8adc97e [#2823] Removed a note from the ARM
The allocators can now be selected in the Config Backend.
2023-04-19 18:26:04 +02:00
Andrei Pavel
ab23887672
[#2804] make text edits consistent across the ARM 2023-04-19 17:58:06 +03:00
Suzanne Goldlust
4a44ce74b8 [#2804] Text edits 2023-04-19 17:57:59 +03:00
Marcin Siodelski
9271be2dc5 [#2780] Fixed a nit in the ARM 2023-03-29 14:45:15 +02:00
Marcin Siodelski
1c1b3022c5 [#2780] ARM updates after review 2023-03-29 14:45:15 +02:00
Marcin Siodelski
87856a41b7 [#2780] Documented FLQ allocator in the ARM 2023-03-29 14:44:07 +02:00
Thomas Markwalder
bacd10114d [#225] Addressed review comments
Mostly minor nits and cosmetics:

modified:
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
src/bin/dhcp6/tests/fqdn_unittest.cc
src/lib/dhcpsrv/ncr_generator.cc
src/lib/dhcpsrv/parsers/base_network_parser.h
src/lib/dhcpsrv/srv_config.h
src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
src/lib/dhcpsrv/tests/ncr_generator_unittest.cc
2023-03-24 12:50:00 -04:00
Thomas Markwalder
1880494948 [#225] Updated arm
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp4-srv.rst
    updated DDNS parameter doc

Added a ChangeLog entry
2023-03-24 12:50:00 -04:00
Piotrek Zadroga
ba0c906604 [#939] ARM documentation update 2023-03-23 14:51:23 +01:00
Razvan Becheriu
b47394ff5e [#1671] addressed review comments 2023-03-21 08:39:52 +02:00
Razvan Becheriu
35238f03aa [#1671] the -t parameter now loads and checks hook libraries config 2023-03-17 23:00:39 +02:00
Razvan Becheriu
27d742c844 [#2722] added ChangeLog entry 2023-03-17 12:55:31 +02:00
Francis Dupont
3db9b8a0dd [#719] Addressed comments 2023-03-15 14:14:40 +01:00
Francis Dupont
cb432a3c6a [#719] Updated doc & co 2023-03-15 13:49:21 +01:00
Francis Dupont
7efe36286c [#719] Reapplied patch 2023-03-15 13:49:21 +01:00
Andrei Pavel
2318c56181
[#2402] document default MT 2023-02-14 14:23:05 +02:00
Kevin P. Fleming
9ece3bf5d2
[#2494] correct JSON syntax in some configuration examples 2023-02-13 20:37:55 +01:00
Thomas Markwalder
2ec065a08a [#2631] Global reserved addresses must be feasible
kea-dhcp<4/6> both now enforce globally reserved addresses
to be within the selected subnet/shared-network

Added a ChangeLog entry

doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
    Updated global reservation commmentary

src/lib/dhcpsrv/alloc_engine.cc
    AllocEngine::allocateGlobalReservedLeases6() - modified to enforce
    address feasibility/subnet reselect

    AllocEngine::labelNetworkOrSubnet() - new convenience method for logging

    hasAddressReservation() - modified to enforce
    address feasibility/subnet reselect

src/lib/dhcpsrv/alloc_engine_messages.mes
    New log messages:
    ALLOC_ENGINE_IGNORING_UNSUITABLE_GLOBAL_ADDRESS
    ALLOC_ENGINE_IGNORING_UNSUITABLE_GLOBAL_ADDRESS6

src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc
src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc
src/lib/dhcpsrv/tests/alloc_engine_utils.*
src/bin/dhcp4/tests/host_unittest.cc
src/bin/dhcp6/tests/host_unittest.cc
    New and updated tests
2023-02-13 13:48:36 -05:00
Francis Dupont
7b8ed297d9 [#2723] Changed to DUID in v6 examples 2023-02-07 13:02:24 +01:00
Francis Dupont
a715d58a45 [#2723] Added new HR as BAC sections 2023-02-07 13:02:24 +01:00
Razvan Becheriu
cb6340cefb [#1518] addressed review comments 2023-01-20 17:36:06 +02:00
Marcin Siodelski
ca7a432c19 [#2688] Added a note into the ARM
It says that the timeouts are only effective for TCP connections.
2023-01-17 11:28:35 +01:00
Marcin Siodelski
472fabf81b [#2688] Mention that tcp-user-timeout is in seconds 2023-01-17 11:28:35 +01:00
Marcin Siodelski
0f9afeaa23 [#2688] Documented new config parameters 2023-01-17 11:26:51 +01:00
Razvan Becheriu
28580f02bd [#2612] fixed examples in ARM 2023-01-17 10:41:58 +02:00
Marcin Siodelski
bbfda36363 [#969] Documented allocators 2023-01-07 11:45:06 +01:00
Andrei Pavel
03423adcd2
[#2651] release changes 2022-11-26 00:17:08 +02:00
Francis Dupont
bc1eeaf01a [#2595] Addressed comments 2022-10-19 23:45:54 +02:00
Francis Dupont
1f1dbe0a44 [#2595] Finished 2022-10-18 22:59:06 +02:00
Francis Dupont
99b957cfbf [#2587] Addressed comments 2022-10-15 20:39:56 +02:00
Andrei Pavel
2b4ca27b3a [#2569] add JSON validation to code blocks in ARM 2022-09-23 12:09:23 +00:00
Peter Davies
caaf1bf441 [#2569] fix misplaced colons in ARM JSON examples 2022-09-23 12:09:23 +00:00
Francis Dupont
9bb24860f3 [#2517] Updating doc 2022-08-03 15:26:10 +02:00
Francis Dupont
bce2ce5eab [#2418] Addressed all 'four database' occurrences 2022-06-20 12:38:40 +00:00
Suzanne Goldlust
f71a698501 [#2403] Editorial review of documentation about hook libraries in the ARM 2022-06-14 14:09:03 -04:00
Andrei Pavel
49bdfd9216 [#2423] release changes: spelling corrections 2022-05-23 14:33:09 +00:00
Tomek Mrugalski
2a502905bd [#1842] Rewording after review 2022-04-25 13:00:37 +00:00
Tomek Mrugalski
740c0eea96 [#687] Rearranged table in the docs 2022-04-25 13:00:37 +00:00
Andrei Pavel
4a035f60cf [#1842] document overlapping pools and subnets 2022-04-25 13:00:37 +00:00
Razvan Becheriu
25afca7303 [#1716] fixed doxygen, missing documentation, fixed compilation 2022-04-04 17:47:26 +03:00
Slawek Figiel
f125270cea [#1716] Add doc entries 2022-04-04 17:47:08 +03:00
Razvan Becheriu
7eb6ad54e4 [#2116] addressed review 2022-03-31 08:11:37 +00:00
Razvan Becheriu
d41571ce17 [#2116] remove cql code 2022-03-31 08:11:37 +00:00
Francis Dupont
5c53953cbe [#2249] Checkpoint before rebase 2022-03-14 20:20:37 +02:00
Razvan Becheriu
4726e9ea0c [#2054] added counters for subnets as well 2022-02-17 19:50:29 +02:00