]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update grammar reference documentation
authorArtem Boldariev <artem@boldariev.com>
Thu, 20 May 2021 11:00:04 +0000 (14:00 +0300)
committerArtem Boldariev <artem@boldariev.com>
Fri, 16 Jul 2021 08:50:22 +0000 (11:50 +0300)
This commit updates the named grammar reference according to the
latest changes.

bin/named/named.conf.rst
doc/man/named.conf.5in
doc/misc/http.grammar.rst
doc/misc/options
doc/misc/options.active
doc/misc/options.grammar.rst

index 46a2ca1fe3d90bce4f47b39dc7a096693859f05c..2ee989bde23248a695a0e69ed20d0724cb734983 100644 (file)
@@ -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;
index deec1ffb88c44d68915fd56de0916d91b8739ef2..e7fa8cfae9d0dc99462d1fcffaf641cc8d857cc9 100644 (file)
@@ -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;
index dcb66a2a47a5a07809675abcad8f866fce165072..65aed72b6264d01730eca14649f96b67fa2c7fe5 100644 (file)
@@ -2,4 +2,6 @@
 
   http <string> {
        endpoints { <quoted_string>; ... };
+       listener-clients <integer>;
+       streams-per-connection <integer>;
   };
index 416326e6daf84a74e56d0fdc6c3b892d214d65ff..cdc0d6a16faaf7217aab47438e8f3f496ecc4611 100644 (file)
@@ -45,6 +45,8 @@ dyndb <string> <quoted_string> {
 
 http <string> {
         endpoints { <quoted_string>; ... };
+        listener-clients <integer>;
+        streams-per-connection <integer>;
 }; // may occur multiple times
 
 key <string> {
@@ -199,7 +201,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>;
index b05e36838d390574d7169d182cdfe5b3bd6b0f1b..854ac23b315dfb1329c80f243d5071820c097bc7 100644 (file)
@@ -44,6 +44,8 @@ dyndb <string> <quoted_string> {
 
 http <string> {
         endpoints { <quoted_string>; ... };
+        listener-clients <integer>;
+        streams-per-connection <integer>;
 }; // may occur multiple times
 
 key <string> {
@@ -198,7 +200,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>;
index 392e9c1a42597af0ff7d62214228b7c86423e487..15b12ab9c3e0ca2442b16dc894264c75191980ef 100644 (file)
        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>;