diff --git a/CHANGES b/CHANGES index 4575338d2b..ec17bf0782 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2476. [doc] ARM: improve documentation for max-journal-size and + ixfr-from-differences. [RT #15909] [RT #18541] + 2475. [bug] LRU cache cleanup under overmem condition could purge particular entries more aggresively. [RT #17628] diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 15fe5f00be..275c0586e2 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + BIND 9 Administrator Reference Manual @@ -4507,6 +4507,7 @@ category notify { null; }; rfc2308-type1 yes_or_no; use-id-pool yes_or_no; maintain-ixfr-base yes_or_no; + ixfr-from-differences (yes_or_no | master | slave); dnssec-enable yes_or_no; dnssec-validation yes_or_no; dnssec-lookaside domain trust-anchor domain; @@ -5655,9 +5656,10 @@ options { also accepts master and slave at the view and options levels which causes - ixfr-from-differences to apply to + ixfr-from-differences to be enabled for all master or slave zones respectively. + It is off by default. @@ -6892,7 +6894,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; }; - + Server Resource Limits @@ -6926,6 +6928,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; }; journal will be automatically removed. The default is unlimited. + This may also be set on a per-zone basis. @@ -8467,9 +8470,11 @@ view "external" { file string ; masterfile-format (text|raw) ; journal string ; + max-journal-size size_spec; forward (only|first) ; forwarders { ip_addr port ip_port ; ... }; ixfr-base string ; + ixfr-from-differences yes_or_no; ixfr-tmp-file string ; maintain-ixfr-base yes_or_no ; max-ixfr-log-size number ; @@ -8510,9 +8515,11 @@ zone zone_name class file string ; masterfile-format (text|raw) ; journal string ; + max-journal-size size_spec; forward (only|first) ; forwarders { ip_addr port ip_port ; ... }; ixfr-base string ; + ixfr-from-differences yes_or_no; ixfr-tmp-file string ; maintain-ixfr-base yes_or_no ; masters port ip_port { ( masters_list | ip_addr port ip_port key key ) ; ... }; @@ -9125,6 +9132,16 @@ zone zone_name class + + max-journal-size + + + See the description of + max-journal-size in . + + + + max-transfer-time-in @@ -9352,6 +9369,10 @@ zone zone_name class See the description of ixfr-from-differences in . + (Note that the ixfr-from-differences + master and + slave choices are not + available at the zone level.)