Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
81f43c1c
Commit
81f43c1c
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: queuing
parent
1c02052c
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
81f43c1c
...
...
@@ -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
queu
e
ing 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)
...
...
src/bin/d2/d2.dox
View file @
81f43c1c
...
...
@@ -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 Queu
e
ing
@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
...
...
src/bin/d2/d2_queue_mgr.h
View file @
81f43c1c
...
...
@@ -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 queu
e
ing.
/// 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.
///
...
...
src/lib/dhcpsrv/dhcpsrv_messages.mes
View file @
81f43c1c
...
...
@@ -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: queu
e
ing %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 queu
e
ing 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment