2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Regenerate .rst files with grammars after changes to rst generators

$ make -C doc/misc all
This commit is contained in:
Mark Andrews 2022-02-01 17:51:38 +11:00 committed by Michal Nowak
parent d975e6630f
commit e97c35b3bc
No known key found for this signature in database
GPG Key ID: 24A3E8463AEE5E56
24 changed files with 48 additions and 0 deletions

View File

@ -9,4 +9,6 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
acl <string> { <address_match_element>; ... }; acl <string> { <address_match_element>; ... };

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
controls { controls {
inet ( <ipv4_address> | <ipv6_address> | inet ( <ipv4_address> | <ipv6_address> |
* ) [ port ( <integer> | * ) ] allow * ) [ port ( <integer> | * ) ] allow

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
zone <string> [ <class> ] { zone <string> [ <class> ] {
type delegation-only; type delegation-only;
}; };

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
dnssec-policy <string> { dnssec-policy <string> {
dnskey-ttl <duration>; dnskey-ttl <duration>;
keys { ( csk | ksk | zsk ) [ ( key-directory ) ] lifetime keys { ( csk | ksk | zsk ) [ ( key-directory ) ] lifetime

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
zone <string> [ <class> ] { zone <string> [ <class> ] {
type forward; type forward;
delegation-only <boolean>; delegation-only <boolean>;

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
zone <string> [ <class> ] { zone <string> [ <class> ] {
type hint; type hint;
check-names ( fail | warn | ignore ); check-names ( fail | warn | ignore );

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
http <string> { http <string> {
endpoints { <quoted_string>; ... }; endpoints { <quoted_string>; ... };
listener-clients <integer>; listener-clients <integer>;

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
zone <string> [ <class> ] { zone <string> [ <class> ] {
in-view <string>; in-view <string>;
}; };

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
key <string> { key <string> {
algorithm <string>; algorithm <string>;
secret <string>; secret <string>;

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
logging { logging {
category <string> { <string>; ... }; category <string> { <string>; ... };
channel <string> { channel <string> {

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
managed-keys { <string> ( static-key managed-keys { <string> ( static-key
| initial-key | static-ds | | initial-key | static-ds |
initial-ds ) <integer> <integer> initial-ds ) <integer> <integer>

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
zone <string> [ <class> ] { zone <string> [ <class> ] {
type ( master | primary ); type ( master | primary );
allow-query { <address_match_element>; ... }; allow-query { <address_match_element>; ... };

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
zone <string> [ <class> ] { zone <string> [ <class> ] {
type mirror; type mirror;
allow-notify { <address_match_element>; ... }; allow-notify { <address_match_element>; ... };

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
options { options {
allow-new-zones <boolean>; allow-new-zones <boolean>;
allow-notify { <address_match_element>; ... }; allow-notify { <address_match_element>; ... };

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
primaries <string> [ port <integer> ] [ dscp primaries <string> [ port <integer> ] [ dscp
<integer> ] { ( <remote-servers> | <integer> ] { ( <remote-servers> |
<ipv4_address> [ port <integer> ] | <ipv4_address> [ port <integer> ] |

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
zone <string> [ <class> ] { zone <string> [ <class> ] {
type redirect; type redirect;
allow-query { <address_match_element>; ... }; allow-query { <address_match_element>; ... };

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
server <netprefix> { server <netprefix> {
bogus <boolean>; bogus <boolean>;
edns <boolean>; edns <boolean>;

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
zone <string> [ <class> ] { zone <string> [ <class> ] {
type ( slave | secondary ); type ( slave | secondary );
allow-notify { <address_match_element>; ... }; allow-notify { <address_match_element>; ... };

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
zone <string> [ <class> ] { zone <string> [ <class> ] {
type static-stub; type static-stub;
allow-query { <address_match_element>; ... }; allow-query { <address_match_element>; ... };

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
statistics-channels { statistics-channels {
inet ( <ipv4_address> | <ipv6_address> | inet ( <ipv4_address> | <ipv6_address> |
* ) [ port ( <integer> | * ) ] [ * ) [ port ( <integer> | * ) ] [

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
zone <string> [ <class> ] { zone <string> [ <class> ] {
type stub; type stub;
allow-query { <address_match_element>; ... }; allow-query { <address_match_element>; ... };

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
tls <string> { tls <string> {
cert-file <quoted_string>; cert-file <quoted_string>;
ciphers <string>; ciphers <string>;

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
trust-anchors { <string> ( static-key | trust-anchors { <string> ( static-key |
initial-key | static-ds | initial-ds ) initial-key | static-ds | initial-ds )
<integer> <integer> <integer> <integer> <integer> <integer>

View File

@ -9,6 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
::
trusted-keys { <string> <integer> trusted-keys { <string> <integer>
<integer> <integer> <integer> <integer>
<quoted_string>; ... };, deprecated <quoted_string>; ... };, deprecated