BIND 10 trac3222, updated. 27727ea2ad1c366f643b85e5e042b96d55507df0 [3222] Fixed a few nits found during the review.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 25 11:40:15 UTC 2014
The branch, trac3222 has been updated
via 27727ea2ad1c366f643b85e5e042b96d55507df0 (commit)
from 50f472025f22aa3afab6a699de50ff8ccfa8022c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 27727ea2ad1c366f643b85e5e042b96d55507df0
Author: Marcin Siodelski <marcin at isc.org>
Date: Tue Feb 25 12:40:01 2014 +0100
[3222] Fixed a few nits found during the review.
-----------------------------------------------------------------------
Summary of changes:
src/bin/d2/d2_config.cc | 4 ++--
src/bin/d2/tests/d2_cfg_mgr_unittests.cc | 2 +-
src/bin/dhcp6/dhcp6_messages.mes | 10 +++++-----
3 files changed, 8 insertions(+), 8 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/d2/d2_config.cc b/src/bin/d2/d2_config.cc
index 40909ed..2442372 100644
--- a/src/bin/d2/d2_config.cc
+++ b/src/bin/d2/d2_config.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
@@ -132,7 +132,7 @@ DdnsDomainListMgr::matchDomain(const std::string& fqdn, DdnsDomainPtr& domain) {
// If the lengths are identical and the names match we're done.
if (req_len == dom_len) {
- if (boost::iequals(fqdn,domain_name)) {
+ if (boost::iequals(fqdn, domain_name)) {
// exact match, done
domain = map_pair.second;
return (true);
diff --git a/src/bin/d2/tests/d2_cfg_mgr_unittests.cc b/src/bin/d2/tests/d2_cfg_mgr_unittests.cc
index b0e28f8..1bf391a 100644
--- a/src/bin/d2/tests/d2_cfg_mgr_unittests.cc
+++ b/src/bin/d2/tests/d2_cfg_mgr_unittests.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
diff --git a/src/bin/dhcp6/dhcp6_messages.mes b/src/bin/dhcp6/dhcp6_messages.mes
index 15c5b5a..33cbe7d 100644
--- a/src/bin/dhcp6/dhcp6_messages.mes
+++ b/src/bin/dhcp6/dhcp6_messages.mes
@@ -91,6 +91,11 @@ New values: hostname = %2, reverse mapping = %3, forward mapping = %4
This debug message is logged when FQDN mapping for a particular lease has been
changed by the recent Renew message. This mapping will be changed in DNS.
+% DHCP6_DDNS_REQUEST_SEND_FAILED failed sending a request to b10-dhcp-ddns, error: %1, ncr: %2
+This error message indicates that IPv6 DHCP server failed to send a DDNS
+update reqeust to the DHCP-DDNS server. This is most likely a configuration or
+networking error.
+
% DHCP6_DEACTIVATE_INTERFACE deactivate interface %1
This message is printed when DHCPv6 server disables an interface from being
used to receive DHCPv6 traffic. Sockets on this interface will not be opened
@@ -544,8 +549,3 @@ recently and does not recognize its well-behaving clients. This is more
probable if you see many such messages. Clients will recover from this,
but they will most likely get a different IP addresses and experience
a brief service interruption.
-
-% DHCP6_DDNS_REQUEST_SEND_FAILED failed sending a request to b10-dhcp-ddns, error : %1, ncr: %2
-This error message indicates that IPv6 DHCP server attempted to send a DDNS
-update reqeust to the DHCP-DDNS server. This is most likely a configuration or
-networking error.
More information about the bind10-changes
mailing list