From: Petr Špaček Date: Fri, 1 Jul 2022 15:52:56 +0000 (+0200) Subject: Add tables with statements by tag X-Git-Tag: v9.18.5~10^2~4 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=9ee192d41287f8a059cac335444f48a3fc5fe88f;p=thirdparty%2Fbind9.git Add tables with statements by tag (cherry picked from commit dd4dc78899b1c74041eb9cf86ea0c164aba3129d) --- diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index 20d0b556d6b..372197fbe3f 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -7051,6 +7051,35 @@ An :any:`in-view` zone cannot be used as a response policy zone. An :any:`in-view` zone is not intended to reference a :any:`forward` zone. + +Statements by Tag +----------------- + +BIND 9 supports many hundreds of statements. Finding the right statement to +control a specific behavior or solve a particular problem can be a daunting +task. To simplify the task all statements have been assigned one or more tags. +Tags are designed to group together statements that have broadly similar +functionality, thus all statements that control handling of queries or of zone +transfers are respectively tagged under **query** and **transfer**. + +Query Tag Statements +~~~~~~~~~~~~~~~~~~~~ +.. namedconf:statementlist:: + :filter_tags: query + +Transfer Tag Statements +~~~~~~~~~~~~~~~~~~~~~~~ +.. namedconf:statementlist:: + :filter_tags: transfer + +Statements +---------- +The following table lists all statements permissible in named.conf. Please note +that this section is work in progress. + +.. namedconf:statementlist:: + + .. _statistics: BIND 9 Statistics