]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3344] Correct Kea versions in comments
authorTomek Mrugalski <tomek@isc.org>
Fri, 26 Apr 2024 09:45:07 +0000 (09:45 +0000)
committerMarcin Siodelski <marcin@isc.org>
Fri, 26 Apr 2024 11:39:03 +0000 (13:39 +0200)
doc/sphinx/arm/ctrl-channel.rst
src/bin/dhcp4/ctrl_dhcp4_srv.cc
src/bin/dhcp6/ctrl_dhcp6_srv.cc

index d4d92e363bf72c7d9694654cd00b20865330ba9d..c2eb46607b8c4de23c611421b6f4c7f2389531e7 100644 (file)
@@ -721,7 +721,7 @@ communication between HA partners and should not be specified in the
 administrator's commands, as it may interfere with HA operation. The
 administrator should either omit this parameter or set it to "user".
 
-Introduction of ``origin-id`` deprecates the use of the ``origin`` parameter
+Introduction of ``origin-id`` in Kea 2.5.8 deprecates the use of the ``origin`` parameter
 in the messages exchanged between the Kea HA partners. The ``origin-id`` parameter
 must not be used in messages sent by the user.
 
index ef4b7de88bba6ef1c378e45610d0c340d1c1ebb1..e18ef222655d2d3354d4eccbba050868f6ee1d03 100644 (file)
@@ -559,9 +559,9 @@ ControlledDhcpv4Srv::commandDhcpDisableHandler(const std::string&,
                     }
                 }
             }
-            // 'origin-id' replaces the older parameter 'origin' since Kea 2.6.0
+            // 'origin-id' replaces the older parameter 'origin' since Kea 2.5.8
             // stable release. However, the 'origin' is kept for backward compatibility
-            // with Kea versions before 2.6.0. It is common to receive both parameters
+            // with Kea versions before 2.5.8. It is common to receive both parameters
             // because HA hook library sends both in case the partner server hasn't been
             // upgraded to the new version. The 'origin-id' takes precedence over the
             // 'origin'.
@@ -638,9 +638,9 @@ ControlledDhcpv4Srv::commandDhcpEnableHandler(const std::string&,
             message << "arguments for the 'dhcp-enable' command must be a map";
 
         } else {
-            // 'origin-id' replaces the older parameter 'origin' since Kea 2.6.0
+            // 'origin-id' replaces the older parameter 'origin' since Kea 2.5.8
             // stable release. However, the 'origin' is kept for backward compatibility
-            // with Kea versions before 2.6.0. It is common to receive both parameters
+            // with Kea versions before 2.5.8. It is common to receive both parameters
             // because HA hook library sends both in case the partner server hasn't been
             // upgraded to the new version. The 'origin-id' takes precedence over the
             // 'origin'.
index f9d89a1cee1c806b041a1668ff5d5d21764146ff..95e6de51da60bf01cbf9cda5900b6e59183c1c5b 100644 (file)
@@ -561,9 +561,9 @@ ControlledDhcpv6Srv::commandDhcpDisableHandler(const std::string&,
                     }
                 }
             }
-            // 'origin-id' replaces the older parameter 'origin' since Kea 2.6.0
+            // 'origin-id' replaces the older parameter 'origin' since Kea 2.5.8
             // stable release. However, the 'origin' is kept for backward compatibility
-            // with Kea versions before 2.6.0. It is common to receive both parameters
+            // with Kea versions before 2.5.8. It is common to receive both parameters
             // because HA hook library sends both in case the partner server hasn't been
             // upgraded to the new version. The 'origin-id' takes precedence over the
             // 'origin'.
@@ -640,9 +640,9 @@ ControlledDhcpv6Srv::commandDhcpEnableHandler(const std::string&,
             message << "arguments for the 'dhcp-enable' command must be a map";
 
         } else {
-            // 'origin-id' replaces the older parameter 'origin' since Kea 2.6.0
+            // 'origin-id' replaces the older parameter 'origin' since Kea 2.5.8
             // stable release. However, the 'origin' is kept for backward compatibility
-            // with Kea versions before 2.6.0. It is common to receive both parameters
+            // with Kea versions before 2.5.8. It is common to receive both parameters
             // because HA hook library sends both in case the partner server hasn't been
             // upgraded to the new version. The 'origin-id' takes precedence over the
             // 'origin'.