]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2629] addressed review comments
authorRazvan Becheriu <razvan@isc.org>
Thu, 25 May 2023 08:24:21 +0000 (11:24 +0300)
committerRazvan Becheriu <razvan@isc.org>
Thu, 25 May 2023 21:12:53 +0000 (21:12 +0000)
ChangeLog
src/hooks/dhcp/high_availability/command_creator.cc
src/hooks/dhcp/high_availability/tests/command_creator_unittest.cc

index 173f13cb03d94ce21627cc8fc96f7d65c1f92016..68dce91759aab4f12a23e74ed6544a7bf681b132 100644 (file)
--- 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)
index 77eb88703eff55fbd883a45d49c8cbe421468fcc..75c4e41a7a32af708e82d6eece4a8af9c9f8e8d3 100644 (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
index 3178478a917f5ef7d090851288e36b30021e0ff1..8966b4cb9c7f5b61601f6dbf21efc14db0d86d72 100644 (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