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

504 Commits

Author SHA1 Message Date
Andrei Pavel
e47a26ee2f [#1717] correct some URLs 2021-03-23 13:32:54 +00:00
Marcin Siodelski
a424f3a732 [#1726] Applied small edits after review 2021-03-22 16:09:24 +01:00
Marcin Siodelski
f9414cabe4 [#1726] Load-balancing requires pools split
This was now highlighted in the ARM in two sections to ensure that users
don't misconfigure their load-balancing servers.
2021-03-22 11:58:50 +01:00
Francis Dupont
5eea88319c [#1661] Extracted asiolink part 2021-03-12 09:56:46 +01:00
Razvan Becheriu
92a6486117 [#1657] added note about security regarding the executed script 2021-02-22 16:02:57 +00:00
Thomas Markwalder
e3b16f4cbf [#1635] Addressed review comments
Changes were cosmetic, no fucntional changes required.

Modified:
doc/sphinx/arm/dhcp4-srv.rst
src/bin/dhcp4/tests/config_parser_unittest.cc
src/lib/cc/simple_parser.h
src/lib/dhcpsrv/alloc_engine.cc
src/lib/dhcpsrv/alloc_engine.h
src/lib/dhcpsrv/client_class_def.cc
src/lib/dhcpsrv/client_class_def.h
src/lib/dhcpsrv/parsers/shared_network_parser.cc
src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc
src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
2021-02-19 13:21:59 -05:00
Thomas Markwalder
6dffe6c360 [#1635] Use option 51 in conjunction with class triplet
Added a ChangeLog entry

doc/examples/kea4/all-keys.json
doc/sphinx/arm/dhcp4-srv.rst
    Updated doc

src/lib/dhcpsrv/alloc_engine.*
    AllocEngine::getValidLft() - revamped to apply use class
    triplet with option 51

src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc
    TEST_F(AllocEngine4Test, getValidLft4)  - udpated
    to match new logic
2021-02-19 13:21:59 -05:00
Razvan Becheriu
199d87627c [#1712] document that ProcessSpawn used full path to executable 2021-02-19 12:18:43 +02:00
Razvan Becheriu
b08ce55081 [#899] addressed comments 2021-02-18 19:23:57 +02:00
Razvan Becheriu
4799f2603a [#899] updated documentation 2021-02-18 19:23:57 +02:00
Razvan Becheriu
ee8bed828c [#899] addressed comments 2021-02-18 19:23:57 +02:00
Razvan Becheriu
f04f2978a4 [#899] changed hook_libraries to hooks-libraries in json examples 2021-02-18 19:23:57 +02:00
Razvan Becheriu
3f5a3f6601 [#899] fixed CI and documentation 2021-02-18 19:23:57 +02:00
Razvan Becheriu
f544d47392 [#899] added more documentation 2021-02-18 19:23:57 +02:00
Razvan Becheriu
37cde2ced7 [#899] added documentation 2021-02-18 19:23:57 +02:00
Francis Dupont
2a5e5e8b4c [#1662] Addressed comments 2021-02-17 12:54:14 +01:00
Thomas Markwalder
38423ab674 [#1672] Updated kea-dhcp4 ARM and added ChangeLog 2021-02-14 13:36:21 -05:00
Tomek Mrugalski
492733fd18 [#1546] ARM updated with pointers to new configs. 2021-01-25 13:54:28 +01:00
Andrei Pavel
96f049b111
[#1656] 1.9.4 release: spelling check 2021-01-25 13:52:09 +02:00
Andrei Pavel
13fd9548b6
[#1656] 1.9.4 release: dos2unix SVGs
This is a pesky change affecting entire files, but in order to see
further individual changes, I've applied dos2unix to all of the SVGs to
remove carrier returns ^M, otherwise IDEs would have removed them
together with the actual change.
2021-01-25 13:52:08 +02:00
Francis Dupont
cbb0ce13ae [#1618] Updated sanity check sections 2021-01-24 16:03:58 +01:00
Razvan Becheriu
3dd51aa7ab [#1629] updated documentation 2021-01-22 18:26:40 +00:00
Razvan Becheriu
be21d771ff [#1629] updated documentation 2021-01-22 18:26:40 +00:00
Razvan Becheriu
d54a40777b [#1629] updated documentation
* updated ARM install documentation for running kea with non-root user
2021-01-22 18:26:40 +00:00
Razvan Becheriu
525dfc9c2f [#1601] updated ARM 2021-01-22 17:15:20 +00:00
Razvan Becheriu
155267929f [#1601] updated ARM 2021-01-22 17:15:20 +00:00
Razvan Becheriu
f638379c92 [#1601] multiple changes:
* added a timer for each origin type: USER_COMMAND and HA_COMMAND
 * added missing unittests
2021-01-22 17:15:20 +00:00
Razvan Becheriu
248e8e162a [#1601] added ChangeLog and updated documentation 2021-01-22 17:15:20 +00:00
Marcin Siodelski
36b6b226a1 [#1402] Do not reset HA in waiting state 2021-01-14 20:24:03 +01:00
Marcin Siodelski
4b5aa5ed72 [#1402] Added a sentence into ARM
It says that the synchronization is also required when the
delayed-updates-limit is exceeded when the server is in the
communication-recovery state.
2021-01-14 19:39:09 +01:00
Marcin Siodelski
25e2b9ec98 [#1402] Described ha-reset in the ARM 2021-01-13 10:12:32 +01:00
Marcin Siodelski
7e10a86891 [#1402] Added new notes in the HA ARM
Added a couple of notes in the ARM (HA section) to explain the new default
behavior of the server after introduction of the delayed-updates-limit.
2021-01-13 10:12:31 +01:00
Marcin Siodelski
c35917f7cf [#1402] Easy editorial changes in the ARM
Applied several editorial changes in the ARM as a result of the review.
These were mostly little typos and grammatical errors.
2021-01-13 10:12:31 +01:00
Marcin Siodelski
3f142d8b11 [#1402] Updated ARM
Added description of the delayed-updates-limit and the communication
recovery procedure.
2021-01-13 10:11:31 +01:00
Francis Dupont
37963db4b9 [#1418] Changed remaining by reusable in doc 2021-01-11 16:05:46 +01:00
Francis Dupont
b27118b5f8 [#1418] Addressed first comments 2021-01-11 16:05:46 +01:00
Francis Dupont
65b7546e32 [#1418] Updated v6 tests and doc 2021-01-11 16:05:46 +01:00
Francis Dupont
795a4ecceb [#1589] Another spelling 2020-12-29 17:12:35 +01:00
Francis Dupont
43e88ee324 [#1589] Removed trailing spaces 2020-12-23 21:08:13 +01:00
Francis Dupont
e08bd2f5f9 [#1589] Fixed signaled spelling errors 2020-12-23 21:06:19 +01:00
Francis Dupont
e653812f78 [#1589] Fixed some test entries 2020-12-23 20:59:45 +01:00
Tomek Mrugalski
741379a26f [#1608] RFC violations are now documented 2020-12-23 16:31:34 +01:00
Andrei Pavel
08c6257345
[#1567] add missing kea-logo-100x70.png to statics 2020-12-11 19:08:02 +02:00
Francis Dupont
589fa523fe [#1518] Addressed comments 2020-12-11 15:57:02 +01:00
Francis Dupont
1e29ea0410 [#1518] Updated vendor option doc: multiple vendors are not supported 2020-12-11 15:42:00 +01:00
Razvan Becheriu
ecc2afeae5 [#1375] updated ChangeLog and documentation 2020-12-09 19:13:53 +02:00
Thomas Markwalder
e3edae006f [#936] Updated ARM and added ChangeLog
modified:
    ChangeLog
    doc/sphinx/arm/dhcp4-srv.rst
    doc/sphinx/arm/dhcp6-srv.rst
2020-12-08 21:00:23 +00:00
Carsten Strotmann
2dcda01414 Two typos corrected 2020-11-27 10:32:46 +01:00
Andrei Pavel
08ded64dec
[#1554] update copyright dates 2020-11-23 13:40:41 +02:00
Andrei Pavel
279dcd3225
[#1554] tidy up documentation 2020-11-23 13:40:41 +02:00