From: Josh Soref Date: Sun, 23 Jul 2017 19:45:49 +0000 (-0400) Subject: spelling: queuing X-Git-Tag: trac5124a_base~35^2~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81f43c1ce886990d593ddcdc5fbc035f7801e12d;p=thirdparty%2Fkea.git spelling: queuing --- diff --git a/ChangeLog b/ChangeLog index 397cb93d30..aaa07570f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3669,7 +3669,7 @@ bind10-1.2.0beta1 released on March 6, 2014 653. [func] tmark Added initial implementation of D2QueueMgr to 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) (Trac# 3052, git a970f6c5255e000c053a2dc47926cea7cec2761c) diff --git a/src/bin/d2/d2.dox b/src/bin/d2/d2.dox index 8e92fd732e..0e57f6b08c 100644 --- a/src/bin/d2/d2.dox +++ b/src/bin/d2/d2.dox @@ -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 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 store them in queue to be processed. The classes responsible for this are diff --git a/src/bin/d2/d2_queue_mgr.h b/src/bin/d2/d2_queue_mgr.h index bea279cdc3..ccef976b6f 100644 --- a/src/bin/d2/d2_queue_mgr.h +++ b/src/bin/d2/d2_queue_mgr.h @@ -194,7 +194,7 @@ public: /// /// This method is invoked by the listener as part of its receive /// 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 /// there is room left in the queue, the given request is queued. /// diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index 93f3bf710a..65c7935166 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -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 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 to DHCP DDNS failed. The first argument includes the client identification information. The second argument indicates whether the DNS entry is to be added or removed. The third argument specifies the leased address. The 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 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