mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-28 12:37:55 +00:00
[5477] Corrected some typos and updated copyrights as a result of review.
This commit is contained in:
parent
78b8edb6db
commit
8e55883c27
@ -816,7 +816,7 @@ ControlledDhcpv4Srv::dbReconnect() {
|
||||
// Set network state to service enabled
|
||||
network_state_.enableService();
|
||||
|
||||
// Toss the reconnct control, we're done with it
|
||||
// Toss the reconnect control, we're done with it
|
||||
db_reconnect_ctl_.reset();
|
||||
} else {
|
||||
if (!db_reconnect_ctl_->checkRetries()) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2012-2018 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
|
||||
@ -140,7 +140,7 @@ change is committed by the administrator.
|
||||
A debug message indicating that the DHCPv4 server has received an
|
||||
updated configuration from the Kea configuration system.
|
||||
|
||||
% DHCP4_DB_RECONNECT_ATTEMPT_SCHEDULE Scheduling attempt %1 of %2 in %3 seconds
|
||||
% DHCP4_DB_RECONNECT_ATTEMPT_SCHEDULE scheduling attempt %1 of %2 in %3 seconds
|
||||
An informational message indicating that the server is scheduling the next
|
||||
attempt to reconnect to its lease and/or host databases. This occurs when the
|
||||
server has lost databse connectivity and is attempting to reconnect
|
||||
@ -158,11 +158,11 @@ databases if connectivy is lost, and the server will exit. This error
|
||||
should be reported.
|
||||
|
||||
% DHCP4_DB_RECONNECT_DISABLED database reconnect is disabled: max-reconnect-tries %1, reconnect-wait-time %1
|
||||
This is an informational message indicating that connetivity to either the
|
||||
This is an informational message indicating that connectivity to either the
|
||||
lease or host database or both and that automatic reconnect is not enabled.
|
||||
|
||||
% DHCP4_DB_RECONNECT_RETRIES_EXHAUSTED - Maximum number of Database reconnect attempts: %1, has been exhausted without success, server is shutting down!
|
||||
This error indicates that the server is shutting after failing to reconnect to
|
||||
% DHCP4_DB_RECONNECT_RETRIES_EXHAUSTED maximum number of database reconnect attempts: %1, has been exhausted without success, server is shutting down!
|
||||
This error indicates that the server is shutting down after failing to reconnect to
|
||||
the lease and/or host database(s) after making the maximum configured number
|
||||
of reconnect attempts. Loss of connectivity is typically a network or database
|
||||
server issue.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2012-2018 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
|
||||
@ -100,7 +100,7 @@ This informational message is printed every time the IPv6 DHCP server
|
||||
is started. It indicates what database backend type is being to store
|
||||
lease and other information.
|
||||
|
||||
% DHCP6_DB_RECONNECT_ATTEMPT_SCHEDULE Scheduling attempt %1 of %2 in %3 seconds
|
||||
% DHCP6_DB_RECONNECT_ATTEMPT_SCHEDULE scheduling attempt %1 of %2 in %3 seconds
|
||||
An informational message indicating that the server is scheduling the next
|
||||
attempt to reconnect to its lease and/or host databases. This occurs when the
|
||||
server has lost databse connectivity and is attempting to reconnect
|
||||
@ -118,11 +118,11 @@ databases if connectivy is lost, and the server will exit. This error
|
||||
should be reported.
|
||||
|
||||
% DHCP6_DB_RECONNECT_DISABLED database reconnect is disabled: max-reconnect-tries %1, reconnect-wait-time %1
|
||||
This is an informational message indicating that connetivity to either the
|
||||
This is an informational message indicating that connectivity to either the
|
||||
lease or host database or both and that automatic reconnect is not enabled.
|
||||
|
||||
% DHCP6_DB_RECONNECT_RETRIES_EXHAUSTED - Maximum number of Database reconnect attempts: %1, has been exhausted without success, server is shutting down!
|
||||
This error indicates that the server is shutting after failing to reconnect to
|
||||
% DHCP6_DB_RECONNECT_RETRIES_EXHAUSTED maximum number of database reconnect attempts: %1, has been exhausted without success, server is shutting down!
|
||||
This error indicates that the server is shutting down after failing to reconnect to
|
||||
the lease and/or host database(s) after making the maximum configured number
|
||||
of reconnect attempts. Loss of connectivity is typically a network or database
|
||||
server issue.
|
||||
|
@ -68,7 +68,7 @@ public:
|
||||
/// @brief Warehouses DB reconnect control values
|
||||
///
|
||||
/// When a DatabaseConnection loses connectivity to its backend, it
|
||||
/// creates an of this class based on its configuration parameters and
|
||||
/// creates an instance of this class based on its configuration parameters and
|
||||
/// passes the instance into connection's DB lost callback. This allows
|
||||
/// the layer(s) above the connection to know how to proceed.
|
||||
///
|
||||
@ -200,7 +200,7 @@ public:
|
||||
|
||||
/// @brief Invokes the connection's lost connectivity callback
|
||||
///
|
||||
/// This function is may be called by derivations when the connectivity
|
||||
/// This function may be called by derivations when the connectivity
|
||||
/// to their data server is lost. If connectivity callback was specified,
|
||||
/// this function will instantiate a ReconnectCtl and pass it to the
|
||||
/// callback.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
// Copyright (C) 2012-2018 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
// Copyright (C) 2012-2018 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
// Copyright (C) 2012-2018 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
// Copyright (C) 2016-2018 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
// Copyright (C) 2016-2018 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
|
||||
|
@ -69,7 +69,7 @@ public:
|
||||
|
||||
/// @brief Adds an IPv4 lease
|
||||
///
|
||||
/// @param lease lease to be added ///
|
||||
/// @param lease lease to be added
|
||||
/// @result true if the lease was added, false if not (because a lease
|
||||
/// with the same address was already there).
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user