[master] automatically generate named.conf grammars for the ARM

4873.	[doc]		Grammars for named.conf included in the ARM are now
			automatically generated by the configuration parser
			itself.  As a side effect of the work needed to
			separate zone type grammars from each other, this
			also makes checking of zone statements in
			named-checkconf more correct and consistent.
			[RT #36957]
This commit is contained in:
Evan Hunt
2018-01-22 11:00:45 -08:00
parent 4d6800942c
commit 129c4414cb
49 changed files with 3202 additions and 2268 deletions

6
doc/misc/forward.zoneopt Normal file
View File

@@ -0,0 +1,6 @@
zone <string> [ <class> ] {
type forward;
delegation-only <boolean>;
forward ( first | only );
forwarders [ port <integer> ] [ dscp <integer> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ] [ dscp <integer> ]; ... };
};