2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

788. [feature] Add the "match-mapped-addresses" options, which

causes IPv6 v4mapped addresses to be treated as
			IPv4 addresses for the purpose of acl matching.
This commit is contained in:
Brian Wellington
2001-03-26 21:33:07 +00:00
parent 0a10d7722e
commit 6eccf5bd07
14 changed files with 87 additions and 18 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: parser.c,v 1.49 2001/03/21 19:01:36 gson Exp $ */
/* $Id: parser.c,v 1.50 2001/03/26 21:33:07 bwelling Exp $ */
#include <config.h>
@@ -806,6 +806,7 @@ options_clauses[] = {
{ "interface-interval", &cfg_type_uint32, 0 },
{ "listen-on", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI },
{ "listen-on-v6", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI },
{ "match-mapped-addresses", &cfg_type_boolean, 0 },
{ "memstatistics-file", &cfg_type_qstring, 0 },
{ "multiple-cnames", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
{ "named-xfer", &cfg_type_qstring, CFG_CLAUSEFLAG_OBSOLETE },