From c5ff97f471e976c6d33fa046fcacd0bf6f475e8d Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 22 Jun 2010 06:16:34 +0000 Subject: [PATCH] 2920. [func] Allow 'filter-aaaa-on-v4' to be applied selectively to IPv4 clients. New acl 'filter-aaaa' (default any). --- doc/arm/Bv9ARM-book.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index bbd7c5f3b7..2f4bc813b3 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 @@ -5017,6 +5017,7 @@ badresp:1,adberr:0,findfail:0,valfail:0] max-cache-size size_spec ; match-mapped-addresses yes_or_no; filter-aaaa-on-v4 ( yes_or_no | break-dnssec ); + filter-aaaa { address_match_list }; preferred-glue ( A | AAAA | NONE ); edns-udp-size number; max-udp-size number; @@ -6281,7 +6282,7 @@ options { If yes, - the DNS client is at an IPv4 address, + the DNS client is at an IPv4 address, in filter-aaaa, and if the response does not include DNSSEC signatures, then all AAAA records are deleted from the response. This filtering applies to all responses and not only @@ -6974,6 +6975,17 @@ options { + + filter-aaaa + + + Specifies a list of addresses to which + filter-aaaa-on-v4 + is applies. The default is any. + + + +