From: Artem Boldariev Date: Thu, 20 May 2021 11:00:04 +0000 (+0300) Subject: Update grammar reference documentation X-Git-Tag: v9.17.17~20^2~4 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=147da54e13ffa9eb70fe0bd05492315ac8ae04fd;p=thirdparty%2Fbind9.git Update grammar reference documentation This commit updates the named grammar reference according to the latest changes. --- diff --git a/bin/named/named.conf.rst b/bin/named/named.conf.rst index 46a2ca1fe3d..2ee989bde23 100644 --- a/bin/named/named.conf.rst +++ b/bin/named/named.conf.rst @@ -94,6 +94,8 @@ HTTP http string { endpoints { quoted_string; ... }; + listener-clients integer; + streams-per-connection integer; }; KEY @@ -275,7 +277,9 @@ OPTIONS glue-cache boolean;// deprecated heartbeat-interval integer; hostname ( quoted_string | none ); + http-listener-clients integer; http-port integer; + http-streams-per-connection integer; https-port integer; interface-interval duration; ipv4only-contact string; diff --git a/doc/man/named.conf.5in b/doc/man/named.conf.5in index deec1ffb88c..e7fa8cfae9d 100644 --- a/doc/man/named.conf.5in +++ b/doc/man/named.conf.5in @@ -141,6 +141,8 @@ dyndb string quoted_string { .ft C http string { endpoints { quoted_string; ... }; + listener\-clients integer; + streams\-per\-connection integer; }; .ft P .fi @@ -342,7 +344,9 @@ options { glue\-cache boolean;// deprecated heartbeat\-interval integer; hostname ( quoted_string | none ); + http\-listener\-clients integer; http\-port integer; + http\-streams\-per\-connection integer; https\-port integer; interface\-interval duration; ipv4only\-contact string; diff --git a/doc/misc/http.grammar.rst b/doc/misc/http.grammar.rst index dcb66a2a47a..65aed72b626 100644 --- a/doc/misc/http.grammar.rst +++ b/doc/misc/http.grammar.rst @@ -2,4 +2,6 @@ http { endpoints { ; ... }; + listener-clients ; + streams-per-connection ; }; diff --git a/doc/misc/options b/doc/misc/options index 416326e6daf..cdc0d6a16fa 100644 --- a/doc/misc/options +++ b/doc/misc/options @@ -45,6 +45,8 @@ dyndb { http { endpoints { ; ... }; + listener-clients ; + streams-per-connection ; }; // may occur multiple times key { @@ -199,7 +201,9 @@ options { glue-cache ; // deprecated heartbeat-interval ; hostname ( | none ); + http-listener-clients ; http-port ; + http-streams-per-connection ; https-port ; interface-interval ; ipv4only-contact ; diff --git a/doc/misc/options.active b/doc/misc/options.active index b05e36838d3..854ac23b315 100644 --- a/doc/misc/options.active +++ b/doc/misc/options.active @@ -44,6 +44,8 @@ dyndb { http { endpoints { ; ... }; + listener-clients ; + streams-per-connection ; }; // may occur multiple times key { @@ -198,7 +200,9 @@ options { glue-cache ; // deprecated heartbeat-interval ; hostname ( | none ); + http-listener-clients ; http-port ; + http-streams-per-connection ; https-port ; interface-interval ; ipv4only-contact ; diff --git a/doc/misc/options.grammar.rst b/doc/misc/options.grammar.rst index 392e9c1a425..15b12ab9c3e 100644 --- a/doc/misc/options.grammar.rst +++ b/doc/misc/options.grammar.rst @@ -120,7 +120,9 @@ glue-cache ; // deprecated heartbeat-interval ; hostname ( | none ); + http-listener-clients ; http-port ; + http-streams-per-connection ; https-port ; interface-interval ; ipv4only-contact ;