]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1082] Updated the rapid commit is not a global parameter
authorFrancis Dupont <fdupont@isc.org>
Thu, 6 Jan 2022 11:53:16 +0000 (12:53 +0100)
committerRazvan Becheriu <razvan@isc.org>
Thu, 6 Jan 2022 12:48:46 +0000 (14:48 +0200)
src/lib/dhcpsrv/tests/network_unittest.cc

index 182c17dc5abbec722a2bc92b7fee58fa343a8485..725edc98154a0007c9970e4ddc5eb0ecc6a9a0f8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2022 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
@@ -359,8 +359,7 @@ TEST_F(NetworkTest, inheritanceSupport4) {
 TEST_F(NetworkTest, inheritanceSupport6) {
     // Set global values for each parameter.
     globals_->set("preferred-lifetime", Element::create(80));
-    // Rapid commit is not a global parameter.
-    // globals_->set("rapid-commit", Element::create(false));
+    // Note that currently rapid commit is not a global parameter.
     globals_->set("ddns-send-updates", Element::create(true));
     globals_->set("ddns-override-no-update", Element::create(true));
     globals_->set("ddns-override-client-update", Element::create(true));