|
@@ -2,7 +2,7 @@
|
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
|
|
[<!ENTITY mdash "—">]>
|
|
|
<!--
|
|
|
- - Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
|
|
|
+ - Copyright (C) 2010-2011 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
|
|
@@ -20,7 +20,7 @@
|
|
|
<refentry>
|
|
|
|
|
|
<refentryinfo>
|
|
|
- <date>October 18, 2010</date>
|
|
|
+ <date>May 19, 2011</date>
|
|
|
</refentryinfo>
|
|
|
|
|
|
<refmeta>
|
|
@@ -36,7 +36,7 @@
|
|
|
|
|
|
<docinfo>
|
|
|
<copyright>
|
|
|
- <year>2010</year>
|
|
|
+ <year>2010-2011</year>
|
|
|
<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
|
|
|
</copyright>
|
|
|
</docinfo>
|
|
@@ -92,6 +92,39 @@
|
|
|
<para>
|
|
|
The configurable settings are:
|
|
|
</para>
|
|
|
+
|
|
|
+ <para>
|
|
|
+ <varname>lowerbound_refresh</varname>
|
|
|
+ defines the minimum SOA REFRESH time in seconds.
|
|
|
+ The default is 10.
|
|
|
+ </para>
|
|
|
+
|
|
|
+ <para>
|
|
|
+ <varname>lowerbound_retry</varname>
|
|
|
+ defines the minimum SOA RETRY time in seconds.
|
|
|
+ The default is 5.
|
|
|
+ </para>
|
|
|
+
|
|
|
+ <para>
|
|
|
+ <varname>refresh_jitter</varname>
|
|
|
+ This value is a real number.
|
|
|
+ The maximum amount is 0.5.
|
|
|
+ The default is 0.25.
|
|
|
+ </para>
|
|
|
+<!-- TODO: needs to be documented -->
|
|
|
+<!-- TODO: Set to 0 to disable the jitter. -->
|
|
|
+
|
|
|
+ <para>
|
|
|
+ <varname>reload_jitter</varname>
|
|
|
+ This value is a real number.
|
|
|
+ The default is 0.75.
|
|
|
+ </para>
|
|
|
+<!-- TODO: needs to be documented -->
|
|
|
+<!-- TODO: Set to 0 to disable the jitter. -->
|
|
|
+<!-- what does 0 do? -->
|
|
|
+<!-- TODO: no max? -->
|
|
|
+
|
|
|
+<!-- TODO: remove this. This is old removed config
|
|
|
<para>
|
|
|
<varname>jitter_scope</varname>
|
|
|
defines the random jitter range subtracted from the refresh
|
|
@@ -106,16 +139,8 @@
|
|
|
The default is 0.25.
|
|
|
Set to 0 to disable the jitter.
|
|
|
</para>
|
|
|
- <para>
|
|
|
- <varname>lowerbound_refresh</varname>
|
|
|
- defines the minimum SOA REFRESH time in seconds.
|
|
|
- The default is 10.
|
|
|
- </para>
|
|
|
- <para>
|
|
|
- <varname>lowerbound_retry</varname>
|
|
|
- defines the minimum SOA RETRY time in seconds.
|
|
|
- The default is 5.
|
|
|
- </para>
|
|
|
+-->
|
|
|
+
|
|
|
<para>
|
|
|
<varname>max_transfer_timeout</varname>
|
|
|
defines the maximum amount of time in seconds for a transfer.
|
|
@@ -123,6 +148,21 @@
|
|
|
The default is 14400 (4 hours).
|
|
|
</para>
|
|
|
|
|
|
+<!-- TODO: this duplicates list in Xfrin too -->
|
|
|
+ <para>
|
|
|
+ <varname>secondary_zones</varname> is a list of slave zones
|
|
|
+ that the <command>b10-zonemgr</command> should keep timers for.
|
|
|
+ The list items include the <varname>name</varname> (which
|
|
|
+ defines the zone name) and the <varname>class</varname>
|
|
|
+ (which defaults to <quote>IN</quote>).
|
|
|
+ </para>
|
|
|
+
|
|
|
+ <para>
|
|
|
+ (A deprecated configuration is <varname>jitter_scope</varname>
|
|
|
+ which is superceded by <varname>refresh_jitter</varname>
|
|
|
+ and <varname>reload_jitter</varname>.)
|
|
|
+ </para>
|
|
|
+
|
|
|
<!-- TODO: formating -->
|
|
|
<para>
|
|
|
The configuration commands are:
|