From: Jeremy C. Reed Date: Thu, 15 Dec 2011 15:32:56 +0000 (-0600) Subject: [master] minor man page cleanup X-Git-Tag: perftcpdns_before_epoll~5^2~5^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11b8542e2d8e8a2ffd03fcb10a4278b399e9353b;p=thirdparty%2Fkea.git [master] minor man page cleanup Change note about IXFR support. Noticed by Jelte and discussed on jabber. While here: mention AXFR and IXFR, remove a TODO comment, and add some docbook formatting tags (no content change for that). --- diff --git a/src/bin/xfrout/b10-xfrout.xml b/src/bin/xfrout/b10-xfrout.xml index 4f6a7fa9ea..749c084683 100644 --- a/src/bin/xfrout/b10-xfrout.xml +++ b/src/bin/xfrout/b10-xfrout.xml @@ -20,7 +20,7 @@ - December 1, 2010 + December 15, 2011 @@ -52,7 +52,7 @@ DESCRIPTION The b10-xfrout daemon provides the BIND 10 - outgoing DNS zone transfer service. + outgoing DNS zone transfer service using AXFR or IXFR. It is also used to send outgoing NOTIFY messages. Normally it is started by the bind108 @@ -67,13 +67,13 @@ process?, and then the socket and xfr request is sent to xfrout. --> + - This development prototype release only supports AXFR. - IXFR is not implemented. + Currently IXFR only works if it gets the zone via + b10-xfrin and only on TCP. - This daemon communicates with BIND 10 over a b10-msgq8 C-Channel connection. If this connection is not established, @@ -100,15 +100,15 @@ tsig_key_ring A list of TSIG keys (each of which is in the form of - name:base64-key[:algorithm]) used for access control on transfer - requests. + name:base64-key[:algorithm]) + used for access control on transfer requests. The default is an empty list. transfer_acl A list of ACL elements that apply to all transfer requests by - default (unless overridden in zone_config). See the BIND 10 - guide for configuration examples. + default (unless overridden in zone_config). + See the BIND 10 Guide for configuration examples. The default is an element that allows any transfer requests. @@ -119,7 +119,7 @@ name of the zone), "class" (the RR class of the zone, optional, default to "IN"), and "acl_element" (ACL only applicable to transfer requests for that zone). - See the BIND 10 guide for configuration examples. + See the BIND 10 Guide for configuration examples. The default is an empty list, that is, no zone specific configuration.