From c8c03e741048407f64b2786e5611344d18bd0c7c 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:27:24 +0000 Subject: [PATCH] listen-on-v6 is not a "statement", but 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 8119da95f5..dab54c8ac6 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + BIND 9 Administrator Reference Manual @@ -3501,7 +3501,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). @@ -3528,7 +3528,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