diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 7df07a5865..c9b882e111 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 @@ -4472,6 +4472,7 @@ category notify { null; }; alt-transfer-source (ip4_addr | *) port ip_port ; alt-transfer-source-v6 (ip6_addr | *) port ip_port ; use-alt-transfer-source yes_or_no; + notify-delay seconds ; notify-source (ip4_addr | *) port ip_port ; notify-source-v6 (ip6_addr | *) port ip_port ; also-notify { ip_addr port ip_port ; ip_addr port ip_port ; ... }; @@ -7301,6 +7302,16 @@ query-source-v6 address * port *; + + + notify-delay + + + The delay, in seconds, between sending sets of notify + messages for a zone. The default is zero. + + + @@ -8178,6 +8189,7 @@ view "external" { max-transfer-idle-out number ; max-transfer-time-out number ; notify yes_or_no | explicit | master-only ; + notify-delay seconds ; pubkey number number number string ; notify-source (ip4_addr | *) port ip_port ; notify-source-v6 (ip6_addr | *) port ip_port ;