2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 16:15:27 +00:00

Remove namelist from grammar glossary

This definition was used only for deny-answer-aliases statement
description, and moreover the term did not match grammar listed in
doc/misc/options.

I've replaced it with textual expansion of "list of `domain_name`s"
which is used more often.
This commit is contained in:
Petr Špaček
2022-07-01 13:15:15 +02:00
parent e59cedea1f
commit fe427a8460

View File

@@ -287,9 +287,6 @@ file documentation:
``domain_name`` ``domain_name``
A quoted string which is used as a DNS name; for example: ``my.test.domain``. A quoted string which is used as a DNS name; for example: ``my.test.domain``.
``namelist``
A list of one or more :term:`domain_name` elements.
``dotted_decimal`` ``dotted_decimal``
One to four integers valued 0 through 255 and separated by dots (``.``), such as ``123.45.67`` or ``89.123.45.67``. One to four integers valued 0 through 255 and separated by dots (``.``), such as ``123.45.67`` or ``89.123.45.67``.
@@ -4533,9 +4530,9 @@ Content Filtering
It can It can
also reject CNAME or DNAME records if the "alias" name (i.e., the CNAME also reject CNAME or DNAME records if the "alias" name (i.e., the CNAME
alias or the substituted query name due to DNAME) matches the given alias or the substituted query name due to DNAME) matches the given
``namelist`` of the :any:`deny-answer-aliases` option, where "match" means list of :term:`domain_name` elements of the :any:`deny-answer-aliases` option,
the alias name is a subdomain of one of the ``name_list`` elements. If where "match" means the alias name is a subdomain of one of the listed domain names. If
the optional ``namelist`` is specified with ``except-from``, records the optional list is specified in the ``except-from`` argument, records
whose query name matches the list are accepted regardless of the whose query name matches the list are accepted regardless of the
filter setting. Likewise, if the alias name is a subdomain of the filter setting. Likewise, if the alias name is a subdomain of the
corresponding zone, the :any:`deny-answer-aliases` filter does not apply; corresponding zone, the :any:`deny-answer-aliases` filter does not apply;