2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 21:18:02 +00:00

1256 Commits

Author SHA1 Message Date
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
Marcin Godzina
769b3583ab [#2809] release changes 2023-03-24 23:51:18 +01: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
Francis Dupont
39f01f50eb [#2785] Almost done 2023-03-24 09:55:52 +01:00
Piotrek Zadroga
ba0c906604 [#939] ARM documentation update 2023-03-23 14:51:23 +01:00
Thomas Markwalder
fe61ecd57a [#2719] Addressed minor review comments 2023-03-23 07:18:26 -04:00
Thomas Markwalder
afff930a7a [#2719] Updated the ARM, added ChangeLog 2023-03-23 07:18:25 -04:00
Marcin Godzina
c76ef03e79 [#2801] removed parallel doc building 2023-03-22 13:40:20 +00: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
45c7f4ae19 [#2784] Moved code-blocks to ini 2023-03-16 13:15:45 +01:00
Francis Dupont
3cdb3793e5 [#2784] Added OpenSSL Tuning 2023-03-16 13:15:45 +01:00
Francis Dupont
a03dd29591 [#719] Removed trailing space 2023-03-15 14:32:01 +01: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
Francis Dupont
5b8e4c6da6 [#720] Moved to compatibility flag 2023-03-13 14:52:20 +01:00
Francis Dupont
66074dba77 [#467] Updated doc 2023-03-06 15:04:35 +01:00
Tomek Mrugalski
a0e90d958f [#2743] Removed obsolete note 2023-03-03 10:13:42 +00:00
dankney
8bc00552aa Have corrected the capitalization on the -Y/-y in the perfdhcp man page 2023-02-27 17:51:03 +00:00
Andrei Pavel
4450e0514a
[#2769] release changes 2023-02-17 17:42:41 +02:00
Andrei Pavel
2318c56181
[#2402] document default MT 2023-02-14 14:23:05 +02:00
Francis Dupont
a59ffc188b [#2746] Aligned to This in new option descriptions 2023-02-13 22:38:22 +01:00
Francis Dupont
164683d769 [#2746] Addressed comments 2023-02-13 22:38:22 +01:00
Francis Dupont
b2826b0aa2 [#2746] Updated doc 2023-02-13 22:38:22 +01: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
Tomek Mrugalski
b73b3a331c [#2723] Note about multiple tokens 2023-02-13 16:31:56 +00:00
Razvan Becheriu
1cada3342e [#2664] updated classify ARM example 2023-02-13 16:31:56 +00: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
Marcin Godzina
bcacd94675 [#2710] spelling and formatting fix 2023-02-02 14:36:26 +00:00
Marcin Godzina
4afb186108 [#2710] fixed underline 2023-01-30 13:59:13 +00:00
Marcin Godzina
598f1687f2 [#2710] removed line 2023-01-30 13:59:13 +00:00
Marcin Godzina
6d3ce53466 [#2710] Added mysql and mariadb recomendation 2023-01-30 13:59:13 +00:00
Wlodek Wencel
e0f96268f8 [#2732] release changes 2023-01-23 19:18:49 +01:00
Tomek Mrugalski
1fc469935f [#2693] Updated sysrepo deprecation 2023-01-20 17:33:20 +01:00
Tomek Mrugalski
1ed43b456a [#2693] Doc updated 2023-01-20 17:33:20 +01:00
Razvan Becheriu
cb6340cefb [#1518] addressed review comments 2023-01-20 17:36:06 +02:00
Razvan Becheriu
216aadb45a [#1518] implemented support for multiple vendor options in v4 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
Thomas Markwalder
65803f20d9 [#2590] Updated the ARM, added ChangeLog
modified:
    ChangeLog
    doc/sphinx/arm/ddns.rst
2023-01-13 09:37:04 -05:00
Thomas Markwalder
dbb516b320 [#2713] Amended ARM, added ChangeLog
modified:   ChangeLog
modified:   doc/sphinx/arm/hooks-lease-query.rst
2023-01-12 11:53:10 -05:00
Thomas Markwalder
a3ef6fe477 [#2713] Updated docuemnt comment
modified:
    ../../../doc/sphinx/arm/hooks-lease-query.rst
2023-01-12 11:53:10 -05:00