2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

945. [func] Add the new view-specific options

"match-destinations" and "match-recursive-only".
This commit is contained in:
Brian Wellington
2001-07-26 20:42:46 +00:00
parent e5b18854e3
commit ee3ab6063d
7 changed files with 66 additions and 17 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: parser.c,v 1.64 2001/07/23 05:00:43 mayer Exp $ */
/* $Id: parser.c,v 1.65 2001/07/26 20:42:46 bwelling Exp $ */
#include <config.h>
@@ -902,6 +902,8 @@ view_clauses[] = {
static cfg_clausedef_t
view_only_clauses[] = {
{ "match-clients", &cfg_type_bracketed_aml, 0 },
{ "match-destinations", &cfg_type_bracketed_aml, 0 },
{ "match-recursive-only", &cfg_type_boolean, 0 },
{ NULL, NULL, 0 }
};