2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Wlodzimierz Wencel
e2300efb36 [#3529] fixed typo, removed experimental note 2024-10-25 09:41:12 +00:00
Suzanne Goldlust
7730a1d60d Resolve "Editorial review of the ARM prior to 2.6 release" 2024-05-16 20:09:54 +00:00
Andrei Pavel
4dae2a3954 [#3299] fix parked-packet-limit mentions in ARM
- move PPL section to general hooks section
- remove note that PPL is used only for HA
- add PPL section in RADIUS
- add PPL reference in ping-check
- change values in doc/examples to resemble defaults
2024-04-04 15:33:57 +03:00
Thomas Markwalder
49cdaab1a8 [#3107] Single-threaded mode for ping-check
doc/sphinx/arm/hooks-ping-check.rst
    Removed note about single-threaded mode

Added ChangeLog

src/lib/dhcp/iface_mgr.*
    IfaceMgr::isExternalSocket() - new function to facilitate UTs

src/lib/dhcp/tests/iface_mgr_unittest.cc
    Updated tests
2023-12-13 15:24:41 +00:00
Thomas Markwalder
203c9d9e0c [#3110] Clean up and more tests
Added a ChangeLog entry

src/hooks/dhcp/high_availability/ha_impl.cc
    HAImpl::lease4ServerDecline() - always return NEXT_STEP_CONTINUE,
    and set peers_to_update argument.

src/hooks/dhcp/high_availability/ha_service.*
    Renamed HAService::asyncSendLeaseUpdate() to asyncSendSingleLeaseUpdate()

src/hooks/dhcp/high_availability/tests/ha_impl_unittest.cc
    TEST_F(HAImplTest, lease4ServerDecline) - new test

src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc
    TEST_F(HAServiceTest, successfulSendSingleLeaseUpdateWithoutParking)
    TEST_F(HAServiceTest, successfulSendSingleLeaseUpdateWithParking) - new tests

doc/sphinx/arm/hooks-ping-check.rst
    Removed note about HA updates

doc/sphinx/arm/hooks.rst
    Updated ping-check description in table of hooks

doc/sphinx/arm/logging.rst
    Added ping-check-hooks logger to table of loggers
2023-12-01 10:14:02 -05:00
Razvan Becheriu
be7d21bba1 [#3084] fixed doxygen and comments 2023-11-21 12:08:56 +00:00
Piotrek Zadroga
e912ad8e45 [#3084] addressed review comments
- fixing mostly typos
2023-11-21 12:08:56 +00:00
Thomas Markwalder
3f3e74a23b [#3084] Minor ARM fixes
modified:   doc/sphinx/arm/hooks-ping-check.rst
modified:   doc/sphinx/arm/hooks.rst
2023-11-21 12:08:56 +00:00
Thomas Markwalder
ed8ba47716 [3084] Fix JSON in ARM
modified:   hooks-ping-check.rst
2023-11-21 12:08:56 +00:00
Thomas Markwalder
328fa72267 [#3084] Minor update to ARM
modified:   hooks-ping-check.rst
2023-11-21 12:08:56 +00:00
Thomas Markwalder
9817f071ed [#3084] Added initial ARM documentation
modified:   hooks-ping-check.rst
2023-11-21 12:08:56 +00:00
Thomas Markwalder
a64e80d8b3 [#3012] Addressed review comments
doc/sphinx/arm/hooks-ping-check.rst
    - minor edits.
2023-09-08 12:37:46 +00:00
Piotrek Zadroga
83911c4c9a Apply 1 suggestion(s) to 1 file(s) 2023-09-08 12:37:46 +00:00
Thomas Markwalder
e2f1add8c4 [#3012] Add initial ping-check ARM doc
new file:   doc/sphinx/arm/hooks-ping-check.rst
modified:   doc/sphinx/arm/hooks.rst
modified:   doc/sphinx/conf.py
2023-09-08 12:37:46 +00:00