From 40bc77679a90cf39a2959d7da032fa63c1cd1b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatuya=20JINMEI=20=E7=A5=9E=E6=98=8E=E9=81=94=E5=93=89?= Date: Thu, 12 Aug 2004 08:31:06 +0000 Subject: [PATCH] listen-on-v6 is an "option". --- doc/arm/Bv9ARM-book.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index a347b0219a..fe6e0a15ed 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + BIND 9 Administrator Reference Manual @@ -3499,7 +3499,7 @@ for incoming queries sent using IPv6. When { any; } is specified as the address_match_list for the -listen-on-v6 statement, +listen-on-v6 option, the server does not bind a separate socket to each IPv6 interface address as it does for IPv4 if the operating system has enough API support for IPv6 (specifically if it conforms to RFC 3493 and RFC 3542). @@ -3526,7 +3526,7 @@ and on port 1234 of IPv6 addresses that is not in the prefix To make the server not listen on any IPv6 address, use listen-on-v6 { none; }; -If no listen-on-v6 statement is specified, +If no listen-on-v6 option is specified, the server will not listen on any IPv6 address. Query Address