2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 12:37:55 +00:00

1681 Commits

Author SHA1 Message Date
Francis Dupont
db0891fb20 [#3696] Updated supported version 2025-01-15 15:26:31 +01:00
Francis Dupont
cbde3b8a16 [#3679] Changed with into in 2025-01-13 18:32:13 +01:00
Francis Dupont
1ea64f38da [#3679] Fixed grammar 2025-01-13 18:30:04 +01:00
Razvan Becheriu
3bf0079360 [#2101] addressed review comments 2024-12-24 13:03:04 +00:00
Razvan Becheriu
df3f1a9164 [#2101] load hooks using name only 2024-12-24 13:03:04 +00:00
Thomas Markwalder
fef0c59f45 [#2819] Updated ARM
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
2024-12-16 10:15:09 -05:00
Marcin Godzina
a7bcf01ace [#3686] release changes 2024-12-06 19:57:06 +01:00
Thomas Markwalder
9480b1ac76 [#3348] Minor fixes after review
Changes to be committed:
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
2024-12-06 17:46:55 +00:00
Andrei Pavel
18d813395b [#3348] Update docs about subnet/pool selection
The change that would have helped the reporter:
- Add paragraph explaining that out-of-network guarded subnets need
  EGRL enabled in order for those guards to properly select subnets.

Other important changes:
- Define class guards. They are referenced in some places in the ARM,
  but never defined.
- Move "unreserved_class" guards before "reserved_class" guards so that
  it is clear that a pool or a subnet is skipped and the allocator takes
  a different path than usual, assumin an iterative allocator.
- Add unguarded subnets and pools and explain that those are available
  to both reserved and unreserved clients.
- Add paragraph explaining that in-subnet reservations don't work when
  the subnet belongs to a shared network.
- Add paragraph explaining that for a subnet to be selected, when
  choosing to do the selection via pools, as the example is structured,
  all of the pools inside the subnets desired to be skipped or selected
  need to be guarded.
- Add missing name to shared network in the JSON config examples.

Less important changes:
- Remove comments about reservation settings. Some were forgotten to be
  removed since new reservation flags are added, but overall they don't
  need to be explained because these sections are not focused on reservations.
- Add curly brackets to make the whole JSON valid and add code-block:: json
  and reindent.
2024-12-06 17:46:55 +00:00
Thomas Markwalder
6bbbc1edf7 [#1989] Addressed review comment
modified:   arm/dhcp4-srv.rst
2024-12-06 12:49:40 +00:00
Thomas Markwalder
d50a97e2f8 [#1989] Fixed JSON
Changes to be committed:
	modified:   doc/sphinx/arm/hooks-ddns-tuning.rst
2024-12-06 12:49:40 +00:00
Thomas Markwalder
b44a370086 [#1989] Updated ARM
Changes to be committed:
    modified:   doc/sphinx/arm/dhcp4-srv.rst
    modified:   doc/sphinx/arm/hooks-ddns-tuning.rst
2024-12-06 12:49:40 +00:00
Marcin Siodelski
99926fcfb8 [#3577] Clarified FLQ not for shared db 2024-12-05 13:21:19 +00:00
Marcin Siodelski
48833978d9 [#3655] Improve wording for ha-maintenance-notify 2024-12-04 10:26:21 +01:00
Marcin Siodelski
282050ae4f [#3655] Updated ha-maintenance-notify doc 2024-12-04 10:21:45 +01:00
Francis Dupont
ebcbf4a838 [#3255] Added a note 2024-12-03 15:13:35 +01:00
Thomas Markwalder
8be11da77f [#3592] Fixed minor typos in docs
modified:   doc/examples/kea4/hooks-radius.json
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
modified:   doc/sphinx/arm/hooks-bootp.rst
2024-12-02 16:34:45 +00:00
Thomas Markwalder
bcd51d5cfd [#3592] Addressed remaining comments
Changes to be committed:
    modified:   ChangeLog
    modified:   doc/sphinx/arm/dhcp4-srv.rst
    modified:   doc/sphinx/arm/dhcp6-srv.rst
2024-11-26 17:19:56 +00:00
Thomas Markwalder
7eebd1434d [#3592] Addressed review comments
Addressed first round of comments.

Changes to be committed:
modified:   ChangeLog
modified:   doc/sphinx/arm/classify.rst
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
modified:   src/bin/dhcp4/tests/classify_unittest.cc
modified:   src/lib/dhcp/classify.cc
modified:   src/lib/dhcp/classify.h
modified:   src/lib/dhcpsrv/parsers/base_network_parser.cc
modified:   src/lib/dhcpsrv/parsers/base_network_parser.h
modified:   src/lib/dhcpsrv/tests/shared_network_parser_unittest.cc
2024-11-26 17:19:56 +00:00
Thomas Markwalder
a14c490d51 [#3592] Fixed spelling and JSON
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
modified:   doc/sphinx/arm/hooks-ha.rst
2024-11-26 17:19:56 +00:00
Thomas Markwalder
cac0fb4fd0 [#3592] Updated ARM and added ChangeLog
modified:   ChangeLog
modified:   doc/sphinx/arm/classify.rst
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
modified:   doc/sphinx/arm/hooks-bootp.rst
modified:   doc/sphinx/arm/hooks-ha.rst
2024-11-26 17:19:56 +00:00
Piotrek Zadroga
eb76423701 [#3661] addressed review comments 2024-11-25 20:17:57 +00:00
Piotrek Zadroga
c37ca6ba42 [#3661] update tuple definition 2024-11-25 20:17:57 +00:00
Francis Dupont
7c8d92154a [#3609] Addressed final comments 2024-11-22 15:50:06 +01:00
Francis Dupont
d33ca01e44 [#3609] Addressed comments 2024-11-22 11:24:15 +01:00
Francis Dupont
c783319f6c [#3609] Finished CA 2024-11-22 09:55:31 +01:00
Thomas Markwalder
01a9775e44 [#2736] Addressed review comments
Changes to be committed:
	modified:   ../../../../ChangeLog
	modified:   ../../../../doc/sphinx/arm/classify.rst
	modified:   ../parsers/client_class_def_parser.cc
	modified:   client_class_def_parser_unittest.cc
2024-11-19 08:18:45 -05:00
Thomas Markwalder
31807e831a [#2736] Additional update to ARM
modified:   arm/classify.rst
2024-11-19 08:17:41 -05:00
Thomas Markwalder
34e88d7312 [#2736] Warn on additional and lifetime params
Updated the ARM:
/doc/sphinx/arm/dhcp4-srv.rst
/doc/sphinx/arm/dhcp6-srv.rst

Added ChangeLog

/src/lib/dhcpsrv/dhcpsrv_messages.*
    DHCPSRV_CLASS_WITH_ADDTIONAL_AND_LIFETIMES - new message

/src/lib/dhcpsrv/parsers/client_class_def_parser.cc
    ClientClassDefParser::parse() - now emits WARN log

/src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
    TEST_F(ClientClassDefParserTest, addtionalWithLifetimes4)
    TEST_F(ClientClassDefParserTest, addtionalWithLifetimes6)
    - new tests
2024-11-19 08:17:24 -05:00
Wlodek Wencel
39a121c208 [#3646] missing pylint comment added 2024-10-29 15:04:07 +01:00
Wlodek Wencel
3d0a05c38c [#3646] release changes 2024-10-29 12:53:12 +01:00
Razvan Becheriu
31754d811d [#3587] addressed review 2024-10-28 07:58:38 -04:00
Thomas Markwalder
a198acc1e2 [#3587] Updated doc, messages, parsers, and UTs
/doc/sphinx/arm/classify.rst
/doc/sphinx/arm/dhcp4-srv.rst
/doc/sphinx/arm/dhcp6-srv.rst
/doc/sphinx/arm/hooks-class-cmds.rst
/doc/sphinx/arm/hooks-limits.rst
/src/bin/dhcp4/dhcp4_lexer.ll
/src/bin/dhcp4/dhcp4_messages.mes
/src/bin/dhcp4/dhcp4_srv.cc
/src/bin/dhcp4/tests/classify_unittest.cc
/src/bin/dhcp4/tests/config_parser_unittest.cc
/src/bin/dhcp6/dhcp6_messages.mes b/src/bin/dhcp6/dhcp6_messages.mes
/src/bin/dhcp6/dhcp6_srv.cc
/src/bin/dhcp6/tests/classify_unittest.cc
/src/bin/dhcp6/tests/config_parser_unittest.cc
/src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
/src/share/api/class-get.json
2024-10-28 07:58:38 -04:00
Francis Dupont
7cbdd258f8 [#3404] Updated doc 2024-10-28 11:26:17 +00:00
Francis Dupont
6a25dd726e [#3404] Added doc 2024-10-28 11:26:17 +00:00
Wlodzimierz Wencel
e2300efb36 [#3529] fixed typo, removed experimental note 2024-10-25 09:41:12 +00:00
Thomas Markwalder
08f3d9a02c [#3538] Restore debug-messages.rst
modified:   doc/sphinx/debug-messages.rst
2024-10-24 09:39:16 -04:00
Thomas Markwalder
d5cc8cd65c Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Tomek Mrugalski <tomek@isc.org>
2024-10-24 09:39:16 -04:00
Thomas Markwalder
90ffa08d56 [#3538] Updated the ARM
modified:   ChangeLog
modified:   doc/sphinx/arm/dhcp6-srv.rst
modified:   doc/sphinx/debug-messages.rst
2024-10-24 09:39:07 -04:00
Razvan Becheriu
611059bbd1 [#2974] removen unnecessary IfaceMgrTestConfig instances 2024-10-23 17:42:09 +03:00
Razvan Becheriu
3deadfd3c6 [#2974] minor changes 2024-10-23 17:42:09 +03:00
Thomas Markwalder
04ccdc9397 [#2974] Added ChangeLog 2024-10-23 17:42:09 +03:00
Thomas Markwalder
b873508888 [#2974] Rename commands to subnetx-select-test 2024-10-23 17:42:09 +03:00
Francis Dupont
a2b33c0072 [#2974] Addressed some comments 2024-10-23 17:42:09 +03:00
Francis Dupont
2f5d06caf1 [#2974] Finished v6, tests and doc 2024-10-23 17:42:09 +03:00
Francis Dupont
cadf332033 [#2974] Checkpoint: did v4 code, need UTs, v6 and doc 2024-10-23 17:42:09 +03:00
Andrei Pavel
a96168e762
[#3605] Integrate a new fuzzing solution in Kea
The solution is based on clusterfuzzlite, libfuzzer, and oss-fuzz
technologies.

- Add the .clusterfuzzlite directory.
- Add the fuzz CI stage and fuzzing CI jobs.
- Add the fuzzing targets in the fuzz directory.
- Document fuzzing in doxygen.
2024-10-23 16:40:31 +03:00
Thomas Markwalder
64c15b1131 [#3583] Addressred review comments
modified:
    doc/sphinx/arm/classify.rst
    src/bin/dhcp4/dhcp4_srv.cc
    src/bin/dhcp4/tests/config_parser_unittest.cc
    src/bin/dhcp6/tests/config_parser_unittest.cc
    src/hooks/dhcp/mysql/mysql_cb_dhcp4.cc
    src/lib/dhcp/classify.cc
    src/lib/dhcp/classify.h
    src/lib/dhcp/tests/classify_unittest.cc
    src/lib/dhcpsrv/cfg_option.cc
    src/lib/dhcpsrv/cfg_option.h
    src/lib/dhcpsrv/parsers/option_data_parser.cc
    src/lib/dhcpsrv/parsers/simple_parser4.cc
    src/lib/dhcpsrv/parsers/simple_parser6.cc
    src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc
    src/lib/dhcpsrv/testutils/generic_backend_unittest.cc
2024-10-15 13:51:57 -04:00
Thomas Markwalder
107072d84c [#3583] Fixed JSON error in ARM
modified:   arm/classify.rst
2024-10-15 13:51:57 -04:00
Thomas Markwalder
c53eef5201 [#3583] Updated doc
/doc/examples/kea4/all-keys.json
/doc/examples/kea6/all-keys.json
    Added client-classes to option-data

/doc/sphinx/arm/classify.rst
    Added new section "Option Class-Tagging"

/doc/sphinx/arm/dhcp4-srv.rst
/doc/sphinx/arm/dhcp6-srv.rst
    Added notes with pointers to new section
2024-10-15 13:51:57 -04:00