From: Francis Dupont Date: Thu, 6 Jan 2022 11:53:16 +0000 (+0100) Subject: [#1082] Updated the rapid commit is not a global parameter X-Git-Tag: Kea-2.1.2~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=665d40abea7fab6e93b71a88381abe79f483cfe4;p=thirdparty%2Fkea.git [#1082] Updated the rapid commit is not a global parameter --- diff --git a/src/lib/dhcpsrv/tests/network_unittest.cc b/src/lib/dhcpsrv/tests/network_unittest.cc index 182c17dc5a..725edc9815 100644 --- a/src/lib/dhcpsrv/tests/network_unittest.cc +++ b/src/lib/dhcpsrv/tests/network_unittest.cc @@ -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));