BIND 10 trac2005, updated. 6bfaf8bdba3974940ffa616c698081143ad74be0 [2005] repeated word removed
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 19 00:25:57 UTC 2012
The branch, trac2005 has been updated
via 6bfaf8bdba3974940ffa616c698081143ad74be0 (commit)
via 0a9a34b62af75cd20a4a1f1f14879fc10dcab633 (commit)
via 7a9f2f5427e022aab4b46cc0ba2cdd0119099c71 (commit)
via 9fb39bb3707eb343b7ccd31759fd37022e11fa03 (commit)
from abe48da05aa1625a942ff093058889fb7e822169 (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 6bfaf8bdba3974940ffa616c698081143ad74be0
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Mon Jun 18 19:25:14 2012 -0500
[2005] repeated word removed
commit 0a9a34b62af75cd20a4a1f1f14879fc10dcab633
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Mon Jun 18 19:22:09 2012 -0500
[2005] minor grammar improvement
commit 7a9f2f5427e022aab4b46cc0ba2cdd0119099c71
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Mon Jun 18 19:20:46 2012 -0500
[2005] link to the log message document
commit 9fb39bb3707eb343b7ccd31759fd37022e11fa03
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Mon Jun 18 19:13:19 2012 -0500
[2005] move some periods
A long multi-sentence parenthetical remark may be strange
embedded in a single sentence.
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 15 ++++++++-------
src/bin/ddns/b10-ddns.xml | 2 +-
2 files changed, 9 insertions(+), 8 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 568b517..6851931 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -1953,12 +1953,12 @@ what is XfroutClient xfr_client??
both UDP and TCP, and both IPv6 and IPv4; for TCP requests,
however, it terminates the TCP connection immediately after
each single request has been processed. Clients cannot reuse the
- same TCP connection for multiple requests (This is a current
- implementation limitation of <command>b10-ddns</command>;
- while RFC 2136 doesn't specify anything about such reuse of TCP
+ same TCP connection for multiple requests. (This is a current
+ implementation limitation of <command>b10-ddns</command>.
+ While RFC 2136 doesn't specify anything about such reuse of TCP
connection, there is no reason for disallowing it as RFC 1035
generally allows multiple requests sent over a single TCP
- connection. BIND 9 supports such reuse).
+ connection. BIND 9 supports such reuse.)
</para>
<para>
@@ -1986,8 +1986,9 @@ what is XfroutClient xfr_client??
configured to run; otherwise the notification after an update
(see above) will fail with a timeout, suspending the DDNS
service while <command>b10-ddns</command> waits for the
- response (see the description of the DDNS_UPDATE_NOTIFY_FAIL
- for further details).
+ response (see the description of the <ulink
+ url="bind10-messages.html#DDNS_UPDATE_NOTIFY_FAIL">DDNS_UPDATE_NOTIFY_FAIL</ulink>
+ log message for further details).
If BIND 10 is already configured to provide authoritative DNS
service they should normally be configured to run already.
</para>
@@ -2110,7 +2111,7 @@ what is XfroutClient xfr_client??
can consist of multiple constraints, such as a combination of
IP address and TSIG.
The following configuration sequence will add a new rule to
- ACL created in the above example. This additional rule
+ the ACL created in the above example. This additional rule
allows update requests sent from a client
using TSIG key name of "key.example" (different from the
key used in the previous example) and has an IPv6 address of ::1.
diff --git a/src/bin/ddns/b10-ddns.xml b/src/bin/ddns/b10-ddns.xml
index 02879f4..08bd1fa 100644
--- a/src/bin/ddns/b10-ddns.xml
+++ b/src/bin/ddns/b10-ddns.xml
@@ -66,7 +66,7 @@
to <command>b10-ddns</command>, which handles the rest of
request processing.
When the processing is completed <command>b10-ddns</command>
- will send a response to the client with the the RCODE set to the
+ will send a response to the client with the RCODE set to the
value as specified in RFC 2136.
If the zone has been changed as a result, it will internally
notify <command>b10-auth</command> and
More information about the bind10-changes
mailing list