diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2010-12-04 00:42:21 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2010-12-04 00:42:21 +0000 |
| commit | f805c4c11684ad447d955512cb705ebc2aba9ef3 (patch) | |
| tree | a2b1f0f7c5b10430273550cac18402eceb063664 /lib/dns/include | |
| parent | 0f0e363281d939478823f6d05bcab56d901ead06 (diff) | |
Notes
Diffstat (limited to 'lib/dns/include')
| -rw-r--r-- | lib/dns/include/dns/view.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/dns/include/dns/view.h b/lib/dns/include/dns/view.h index 5b53c1644f72e..0b4dedc9bf457 100644 --- a/lib/dns/include/dns/view.h +++ b/lib/dns/include/dns/view.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: view.h,v 1.111.88.4 2009/01/29 22:40:35 jinmei Exp $ */ +/* $Id: view.h,v 1.111.88.4.24.2 2010/09/29 23:46:31 tbox Exp $ */ #ifndef DNS_VIEW_H #define DNS_VIEW_H 1 @@ -118,6 +118,8 @@ struct dns_view { isc_boolean_t enablevalidation; isc_boolean_t acceptexpired; dns_transfer_format_t transfer_format; + dns_acl_t * cacheacl; + dns_acl_t * cacheonacl; dns_acl_t * queryacl; dns_acl_t * queryonacl; dns_acl_t * recursionacl; |
