mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
spelling: queuing
This commit is contained in:
@@ -3669,7 +3669,7 @@ bind10-1.2.0beta1 released on March 6, 2014
|
|||||||
653. [func] tmark
|
653. [func] tmark
|
||||||
Added initial implementation of D2QueueMgr to
|
Added initial implementation of D2QueueMgr to
|
||||||
b10-dhcp-ddns. This class manages the receipt and
|
b10-dhcp-ddns. This class manages the receipt and
|
||||||
queueing of requests received by b10-dhcp-ddns from
|
queuing of requests received by b10-dhcp-ddns from
|
||||||
its clients (e.g. DHCP servers)
|
its clients (e.g. DHCP servers)
|
||||||
(Trac# 3052, git a970f6c5255e000c053a2dc47926cea7cec2761c)
|
(Trac# 3052, git a970f6c5255e000c053a2dc47926cea7cec2761c)
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ may be described by a spec file (also JSON). This mechanism is subject to
|
|||||||
change, but in the meantime, the spec file describe D2's configuration may be
|
change, but in the meantime, the spec file describe D2's configuration may be
|
||||||
found here: @c src/bin/d2/dhcp-ddns.spec
|
found here: @c src/bin/d2/dhcp-ddns.spec
|
||||||
|
|
||||||
@section d2NCRReceipt Request Reception and Queueing
|
@section d2NCRReceipt Request Reception and Queuing
|
||||||
|
|
||||||
D2 is designed to receive requests from Kea's DHCP servers, asynchronously and
|
D2 is designed to receive requests from Kea's DHCP servers, asynchronously and
|
||||||
store them in queue to be processed. The classes responsible for this are
|
store them in queue to be processed. The classes responsible for this are
|
||||||
|
@@ -194,7 +194,7 @@ public:
|
|||||||
///
|
///
|
||||||
/// This method is invoked by the listener as part of its receive
|
/// This method is invoked by the listener as part of its receive
|
||||||
/// completion callback and is how the inbound NameChangeRequests are
|
/// completion callback and is how the inbound NameChangeRequests are
|
||||||
/// passed up to the D2QueueMgr for queueing.
|
/// passed up to the D2QueueMgr for queuing.
|
||||||
/// If the given result indicates a successful receive completion and
|
/// If the given result indicates a successful receive completion and
|
||||||
/// there is room left in the queue, the given request is queued.
|
/// there is room left in the queue, the given request is queued.
|
||||||
///
|
///
|
||||||
|
@@ -844,14 +844,14 @@ includes the client identification information. The second argument
|
|||||||
indicates whether the DNS entry is to be added or removed. The third
|
indicates whether the DNS entry is to be added or removed. The third
|
||||||
argument carries the details of the NameChangeRequest.
|
argument carries the details of the NameChangeRequest.
|
||||||
|
|
||||||
% DHCPSRV_QUEUE_NCR_FAILED %1: queueing %2 name change request failed for lease %3: %4
|
% DHCPSRV_QUEUE_NCR_FAILED %1: queuing %2 name change request failed for lease %3: %4
|
||||||
This error message is logged when sending a name change request
|
This error message is logged when sending a name change request
|
||||||
to DHCP DDNS failed. The first argument includes the client identification
|
to DHCP DDNS failed. The first argument includes the client identification
|
||||||
information. The second argument indicates whether the DNS entry is to be
|
information. The second argument indicates whether the DNS entry is to be
|
||||||
added or removed. The third argument specifies the leased address. The
|
added or removed. The third argument specifies the leased address. The
|
||||||
last argument provides the reason for failure.
|
last argument provides the reason for failure.
|
||||||
|
|
||||||
% DHCPSRV_QUEUE_NCR_SKIP %1: skip queueing name change request for lease: %2
|
% DHCPSRV_QUEUE_NCR_SKIP %1: skip queuing name change request for lease: %2
|
||||||
This debug message is issued when the server decides to not queue the name
|
This debug message is issued when the server decides to not queue the name
|
||||||
change request because the lease doesn't include the FQDN, the forward and
|
change request because the lease doesn't include the FQDN, the forward and
|
||||||
reverse update is disabled for this lease or the DNS updates are disabled
|
reverse update is disabled for this lease or the DNS updates are disabled
|
||||||
|
Reference in New Issue
Block a user