Browse Source

[2005] clarified the meaning of "processing result".

JINMEI Tatuya 13 years ago
parent
commit
03871e57d9
2 changed files with 5 additions and 2 deletions
  1. 3 1
      doc/guide/bind10-guide.xml
  2. 2 1
      src/bin/ddns/b10-ddns.xml

+ 3 - 1
doc/guide/bind10-guide.xml

@@ -1934,7 +1934,9 @@ what is XfroutClient xfr_client??
       to <command>b10-ddns</command>, which handles the rest of
       to <command>b10-ddns</command>, which handles the rest of
       request processing.
       request processing.
       When the processing is completed <command>b10-ddns</command>
       When the processing is completed <command>b10-ddns</command>
-      will send a response to the client with the processing result.
+      will send a response to the client with the RCODE set to the
+      value as specified in RFC 2136 (NOERROR for successful update,
+      REFUSED if rejected due to ACL check, etc).
       If the zone has been changed as a result, it will internally
       If the zone has been changed as a result, it will internally
       notify <command>b10-auth</command> and
       notify <command>b10-auth</command> and
       <command>b10-xfrout</command> so the new version of the zone will
       <command>b10-xfrout</command> so the new version of the zone will

+ 2 - 1
src/bin/ddns/b10-ddns.xml

@@ -66,7 +66,8 @@
       to <command>b10-ddns</command>, which handles the rest of
       to <command>b10-ddns</command>, which handles the rest of
       request processing.
       request processing.
       When the processing is completed <command>b10-ddns</command>
       When the processing is completed <command>b10-ddns</command>
-      will send a response to the client with the processing result.
+      will send a response to the client with the the RCODE set to the
+      value as specified in RFC 2136.
       If the zone has been changed as a result, it will internally
       If the zone has been changed as a result, it will internally
       notify <command>b10-auth</command> and
       notify <command>b10-auth</command> and
       <command>b10-xfrout</command> so the new version of the zone will
       <command>b10-xfrout</command> so the new version of the zone will