summaryrefslogtreecommitdiffstats
path: root/doc/sphinx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3679] Changed with into inFrancis Dupont5 days1-1/+1
|
* [#3679] Fixed grammarFrancis Dupont5 days1-3/+3
|
* [#2101] addressed review commentsRazvan Becheriu2024-12-241-2/+4
|
* [#2101] load hooks using name onlyRazvan Becheriu2024-12-241-0/+27
|
* [#2819] Updated ARMThomas Markwalder2024-12-162-16/+55
| | | | | modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/dhcp6-srv.rst
* [#3686] release changesKea-2.7.5Marcin Godzina2024-12-064-2/+132
|
* [#3348] Minor fixes after reviewThomas Markwalder2024-12-062-4/+4
| | | | | | Changes to be committed: modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/dhcp6-srv.rst
* [#3348] Update docs about subnet/pool selectionAndrei Pavel2024-12-063-194/+276
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* [#1989] Addressed review commentThomas Markwalder2024-12-061-4/+5
| | | | modified: arm/dhcp4-srv.rst
* [#1989] Fixed JSONThomas Markwalder2024-12-061-2/+2
| | | | | Changes to be committed: modified: doc/sphinx/arm/hooks-ddns-tuning.rst
* [#1989] Updated ARMThomas Markwalder2024-12-062-7/+25
| | | | | | Changes to be committed: modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/hooks-ddns-tuning.rst
* [#3577] Clarified FLQ not for shared dbMarcin Siodelski2024-12-052-4/+18
|
* [#3655] Improve wording for ha-maintenance-notifyMarcin Siodelski2024-12-041-1/+1
|
* [#3655] Updated ha-maintenance-notify docMarcin Siodelski2024-12-041-0/+5
|
* [#3255] Added a noteFrancis Dupont2024-12-031-0/+7
|
* [#3592] Fixed minor typos in docsThomas Markwalder2024-12-023-3/+3
| | | | | | | 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
* [#3592] Addressed remaining commentsThomas Markwalder2024-11-262-4/+5
| | | | | | | Changes to be committed: modified: ChangeLog modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/dhcp6-srv.rst
* [#3592] Addressed review commentsThomas Markwalder2024-11-263-5/+5
| | | | | | | | | | | | | | | | 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
* [#3592] Fixed spelling and JSONThomas Markwalder2024-11-263-3/+3
| | | | | | modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/dhcp6-srv.rst modified: doc/sphinx/arm/hooks-ha.rst
* [#3592] Updated ARM and added ChangeLogThomas Markwalder2024-11-265-51/+101
| | | | | | | | | 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
* [#3661] addressed review commentsPiotrek Zadroga2024-11-251-1/+1
|
* [#3661] update tuple definitionPiotrek Zadroga2024-11-251-4/+9
|
* [#3609] Addressed final commentsFrancis Dupont2024-11-221-7/+8
|
* [#3609] Addressed commentsFrancis Dupont2024-11-224-4/+18
|
* [#3609] Finished CAFrancis Dupont2024-11-227-3/+35
|
* [#2736] Addressed review commentsThomas Markwalder2024-11-191-3/+3
| | | | | | | | 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
* [#2736] Additional update to ARMThomas Markwalder2024-11-191-4/+11
| | | | modified: arm/classify.rst
* [#2736] Warn on additional and lifetime paramsThomas Markwalder2024-11-192-1/+13
| | | | | | | | | | | | | | | | | | | 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
* [#3646] missing pylint comment addedKea-2.7.4Wlodek Wencel2024-10-291-1/+1
|
* [#3646] release changesWlodek Wencel2024-10-296-112/+151
|
* [#3587] addressed reviewRazvan Becheriu2024-10-286-16/+19
|
* [#3587] Updated doc, messages, parsers, and UTsThomas Markwalder2024-10-285-77/+103
| | | | | | | | | | | | | | | | | | | /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
* [#3404] Updated docFrancis Dupont2024-10-281-9/+25
|
* [#3404] Added docFrancis Dupont2024-10-282-1/+52
|
* [#3529] fixed typo, removed experimental noteWlodzimierz Wencel2024-10-253-9/+3
|
* [#3538] Restore debug-messages.rstThomas Markwalder2024-10-241-4/+162
| | | | modified: doc/sphinx/debug-messages.rst
* Apply 1 suggestion(s) to 1 file(s)Thomas Markwalder2024-10-241-1/+1
| | | Co-authored-by: Tomek Mrugalski <tomek@isc.org>
* [#3538] Updated the ARMThomas Markwalder2024-10-242-158/+9
| | | | | | modified: ChangeLog modified: doc/sphinx/arm/dhcp6-srv.rst modified: doc/sphinx/debug-messages.rst
* [#2974] removen unnecessary IfaceMgrTestConfig instancesRazvan Becheriu2024-10-233-1326/+1367
|
* [#2974] minor changesRazvan Becheriu2024-10-231-1/+1
|
* [#2974] Added ChangeLogThomas Markwalder2024-10-231-4/+4
|
* [#2974] Rename commands to subnetx-select-testThomas Markwalder2024-10-232-18/+18
|
* [#2974] Addressed some commentsFrancis Dupont2024-10-231-6/+9
|
* [#2974] Finished v6, tests and docFrancis Dupont2024-10-231-2/+57
|
* [#2974] Checkpoint: did v4 code, need UTs, v6 and docFrancis Dupont2024-10-232-0/+34
|
* [#3605] Integrate a new fuzzing solution in KeaAndrei Pavel2024-10-231-4/+4
| | | | | | | | | | 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.
* [#3583] Addressred review commentsThomas Markwalder2024-10-151-0/+6
| | | | | | | | | | | | | | | | | | | 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
* [#3583] Fixed JSON error in ARMThomas Markwalder2024-10-151-4/+5
| | | | modified: arm/classify.rst
* [#3583] Updated docThomas Markwalder2024-10-153-0/+108
| | | | | | | | | | | | | /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
* [#3552] Addressed commentsFrancis Dupont2024-10-111-1/+1
|