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:
@@ -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 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user