From: JINMEI Tatuya Date: Mon, 18 Jun 2012 19:58:26 +0000 (-0700) Subject: [2005] use "component" instead of "process" more consistently. X-Git-Tag: trac2351_base~226^2~29^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9771a16778f1ecfae1eccded1db9b0b61b09038;p=thirdparty%2Fkea.git [2005] use "component" instead of "process" more consistently. --- diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index aac9aed28f..37770c8b37 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -1924,7 +1924,7 @@ what is XfroutClient xfr_client?? BIND 10 supports the server side of the Dynamic DNS Update (DDNS) protocol as defined in RFC 2136. This service is provided by the b10-ddns - process, which is started by the bind10 + component, which is started by the bind10 process if configured so. @@ -1938,14 +1938,18 @@ what is XfroutClient xfr_client?? 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 - notify b10-auth and - b10-xfrout so the new version of the zone will - be served, and other secondary servers will be notified via the - DNS notify protocol. + notify b10-xfrout so that other secondary + servers will be notified via the DNS notify protocol. + In addition, if b10-auth serves the updated + zone from its in-memory cache (as described in + ), + b10-ddns will also + notify b10-auth so that b10-auth + will re-cache the updated zone content. - The b10-ddns process supports requests over + The b10-ddns component supports requests over 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 @@ -1979,7 +1983,7 @@ what is XfroutClient xfr_client?? underlying data source storing the zone data be writable. In the current implementation this means the zone must be stored in an SQLite3-based data source. - Also, right now, the b10-ddns process + Also, right now, the b10-ddns component configures itself with the data source referring to the database_file configuration parameter of b10-auth. @@ -2084,7 +2088,7 @@ DDNS/zones[0]/update_acl[1] {"action": "ACCEPT", "from": "::1", "key": "key. - The b10-ddns process accepts an ACL + The b10-ddns component accepts an ACL rule that just allows updates from a specific IP address (i.e., without requiring TSIG), but this is highly discouraged (remember that requests can be made over UDP and