From f6ec00228a3ee9ebc6ea2581c199f94716a1ffe5 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 28 Nov 2000 19:16:23 +0000 Subject: [PATCH] updated notify-source documentation to reflect simplified default processing; other editing affecting mainly the various *-source options --- doc/arm/Bv9ARM-book.xml | 86 ++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 48 deletions(-) diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 8dda3707c6..8c8b84b8c8 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + @@ -2477,10 +2477,10 @@ lookups performed on behalf of clients by a caching name server. transfers-in number; transfers-out number; transfers-per-ns number; - transfer-source ip4_addr port ip_port ; - transfer-source-v6 ip6_addr port ip_port ; - notify-source ip4_addr port ip_port ; - notify-source-v6 ip6_addr port ip_port ; + transfer-source (ip4_addr | *) port ip_port ; + transfer-source-v6 (ip6_addr | *) port ip_port ; + 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 ; ... }; max-ixfr-log-size number; coresize size_spec ; @@ -3111,15 +3111,16 @@ of the server statement. transfer-source determines which local address will be bound to IPv4 TCP connections used to fetch zones transferred inbound by the server. It also determines -the IPv4 address, and optionaly the UDP port, used for the refresh queries, -notify messages and when updates are forwarded. If not set, it defaults +the source IPv4 address, and optionally the UDP port, used for the +refresh queries and forwarded dynamic updates. If not set, it defaults to a system controlled value which will usually be the address of the interface "closest to" the remote end. This address must appear in the remote end's allow-transfer option for the zone being transferred, if one is specified. This statement sets the transfer-source for all zones, but can -be overridden on a per-zone basis by including a -transfer-source statement within the zone block +be overridden on a per-view or per-zone basis by including a +transfer-source statement within the +view or zone block in the configuration file. @@ -3130,21 +3131,19 @@ except zone transfers are performed using IPv6. notify-source notify-source determines -which local address and optionally UDP port, will be used to send NOTIFY -messages. If a notify-source is not specified then -then the transfer-source will be used and if that -is not specified the query-source will be use. -This address must appear in the remote end's masters +which local source address, and optionally UDP port, will be used to +send NOTIFY messages. +This address must appear in the slave server's masters zone clause. This statement sets the notify-source for all zones, but can be overridden on a per-zone / per-view basis by including a notify-source statement within the zone -/ view blocks in the configuration file. +or view block in the configuration file. notify-source-v6 -The same as notify-source, -except notify messages are sent using IPv6. +Like notify-source, +but applies to notify messages sent to IPv6 addresses. @@ -3833,8 +3832,8 @@ rbt or rbt64. dialup - See the description of -dialup under . + See the description of +dialup in . forward @@ -3862,27 +3861,27 @@ zone file. max-transfer-time-in See the description of -max-transfer-time-in under . +max-transfer-time-in in . max-transfer-idle-in See the description of -max-transfer-idle-in under . +max-transfer-idle-in in . max-transfer-time-out See the description of -max-transfer-time-out under . +max-transfer-time-out in . max-transfer-idle-out See the description of -max-transfer-idle-out under . +max-transfer-idle-out in . notify See the description of -notify under . +notify in . pubkey @@ -3900,40 +3899,31 @@ information for this zone, which can be dumped to the sig-validity-interval See the description of -sig-validity-interval under . +sig-validity-interval in . transfer-source -Determines which local address will be bound -to the IPv4 TCP connection used to fetch this zone. It also determines -the IPv4 address, and optionaly the UDP port, used for the refresh queries, -notify messages and when updates are forwarded. If not set, -it defaults to a system controlled value which will usually be the -address of the interface "closest to" the remote end. If the remote -end user is an allow-transfer option for this -zone, the address, supplied by the transfer-source option, -needs to be specified in that allow-transfer option. +See the description of +transfer-source in + -transfer-source-v6 -Similar to transfer-source, but for zone transfers -performed using IPv6. +transfer-source-v6 +See the description of +transfer-source-v6 in + notify-source -notify-source determines -which local address, and optionally UDP port, will be used to send NOTIFY -messages. If a notify-source is not specified then -then the transfer-source will be used, if neither -of these are set then the address and port used will be determined by -the view then the options blocks. -This address must appear in the remote end's masters -zone clause. +See the description of +notify-source in + -notify-source-v6 -Similar to notify-source, but notify messages -are sent using IPv6. +notify-source-v6 +See the description of +notify-source-v6 in . +