2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 20:47:48 +00:00

1282 Commits

Author SHA1 Message Date
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
Thomas Markwalder
f96f6487af [#2713] Addressed review comments
Added doc note.
2023-01-12 11:53:10 -05:00
Marcin Siodelski
bbfda36363 [#969] Documented allocators 2023-01-07 11:45:06 +01:00
Francis Dupont
2ba3db3304 [#2668] Added max-bulk-query-threads 2022-12-07 23:39:44 +01:00
Francis Dupont
0d62c42beb [#2645] Removed max send queue size 2022-12-06 23:23:24 +01:00
Francis Dupont
57e4d59b69 [#2645] Addressed another comment 2022-12-06 23:23:24 +01:00
Francis Dupont
09367c7e39 [#2645] Addressed some comments 2022-12-06 23:23:24 +01:00
Francis Dupont
a3801216f7 [#2645] Added extended-info-tables-enabled 2022-12-06 23:23:24 +01:00
Francis Dupont
e49a90bd98 [#2645] Added max-send-queue-size 2022-12-06 23:23:24 +01:00
Francis Dupont
dccb8b0c9c [#2645] Added BLQ doc 2022-12-06 23:23:24 +01:00
Andrei Pavel
03423adcd2
[#2651] release changes 2022-11-26 00:17:08 +02:00
Andrei Pavel
a2a35ede21 [#2601] bump versions of libyang and sysrepo dependencies 2022-11-25 18:15:34 +02:00
Andrei Pavel
582e84a83e [#2601] fix typos in NETCONF code 2022-11-25 18:15:34 +02:00
Andrei Pavel
235f913e64 [#2601] make Translator aware of all leaf base types
Also add leafrefs and the empty leaf to the keatest-module.
And add tests for those, and also unions, dec64, int64, uint64.
2022-11-25 18:15:33 +02:00
Andrei Pavel
6437f37711 [#2601] update the YANG modules with three extra nodes
* extended-info-checks
* ignore-rai-link-selection
* template-test
2022-11-25 18:15:33 +02:00
Andrei Pavel
e61f66efe4
[#2472] update flex-id ignore-iaid documentation 2022-11-25 11:33:21 +02:00
Razvan Becheriu
9b89f0f139 [#2472] updated documentation 2022-11-24 18:38:43 +02:00
Razvan Becheriu
2304c5e23b [#2472] updated documentation for ignore-iaid parameter in flex_id hooks library 2022-11-24 17:11:34 +02:00
Andrei Pavel
aa40c18f24 [#2606] update documentation 2022-11-18 11:08:47 +00:00
Razvan Becheriu
4daf2177aa [#2606] updated documentation 2022-11-18 11:08:47 +00:00
Razvan Becheriu
564428914d [#2606] updated documentation 2022-11-18 11:08:47 +00:00
Razvan Becheriu
a97c167d1f [#2606] added missing unittests 2022-11-18 11:08:47 +00:00
Razvan Becheriu
8558b7bd86 [#2606] added documentation for template-classes 2022-11-18 11:08:47 +00:00
Thomas Markwalder
b1a7bb779e [#2583] Added dox file to libkea_tcp
Changes to be committed:
	modified:   doc/devel/Doxyfile
	modified:   doc/sphinx/mes-files.txt
	modified:   doc/sphinx/mes_files.mk
	new file:   src/lib/tcp/libkea_tcp.dox
2022-11-10 14:43:23 -05:00
Wlodek Wencel
acb0792255 [#2610] release changes 2022-10-25 02:27:05 -07:00