From: Razvan Becheriu Date: Thu, 25 May 2023 08:24:21 +0000 (+0300) Subject: [#2629] addressed review comments X-Git-Tag: Kea-2.3.8~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e509cfdeee70f99166b8963e447d2c5cb7953c2;p=thirdparty%2Fkea.git [#2629] addressed review comments --- diff --git a/ChangeLog b/ChangeLog index 173f13cb03..68dce91759 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/src/hooks/dhcp/high_availability/command_creator.cc b/src/hooks/dhcp/high_availability/command_creator.cc index 77eb88703e..75c4e41a7a 100644 --- a/src/hooks/dhcp/high_availability/command_creator.cc +++ b/src/hooks/dhcp/high_availability/command_creator.cc @@ -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 diff --git a/src/hooks/dhcp/high_availability/tests/command_creator_unittest.cc b/src/hooks/dhcp/high_availability/tests/command_creator_unittest.cc index 3178478a91..8966b4cb9c 100644 --- a/src/hooks/dhcp/high_availability/tests/command_creator_unittest.cc +++ b/src/hooks/dhcp/high_availability/tests/command_creator_unittest.cc @@ -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