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

[#2629] addressed review comments

This commit is contained in:
Razvan Becheriu
2023-05-25 11:24:21 +03:00
parent fda083c259
commit 7e509cfdee
3 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
2141. [bug] razvan
The High Availability hook library is sending the 'origin'
parameter set to 'ha-partner' when sending lease update
commands which enables the forensic log hook library to
distinguish between administrator commands and HA partner
commands.
(Gitlab #2629)
2140. [func] slawek
Implemented functions to delete the host reservations from the
JSON configuration. Updated the host manager to fully support
@@ -1295,7 +1303,7 @@ Kea 2.0.0 (stable) released on September 29, 2021
(Gitlab #2085)
1947. [bug] marcin
Corrected a bug in the High Availablity hooks library that could
Corrected a bug in the High Availability hooks library that could
cause a standby server not to synchronize its lease database
after a temporary communication interruption with its partner.
(Gitlab #1959)

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this