Remove ambiguous link anchors for keys statement
Unfortunatelly dnssec-policy and servers blocks use keys statements with
a totally different grammar and semantics but the same name.
There is no sane way to disambiguate them in text, so let's remove the
link anchors to prevent errorneous linking.
(cherry picked from commit d6b2423c99)
This commit is contained in:
@@ -5168,8 +5168,7 @@ any top-level ``server`` statements are used as defaults.
|
||||
specified, the limit is set according to the ``transfers-per-ns``
|
||||
option.
|
||||
|
||||
.. namedconf:statement:: keys
|
||||
|
||||
``keys``
|
||||
The option identifies a ``key_id`` defined by the ``key``
|
||||
statement, to be used for transaction security (see :ref:`tsig`)
|
||||
when talking to the remote server. When a request is sent to the remote
|
||||
@@ -5748,8 +5747,7 @@ The following options can be specified in a ``dnssec-policy`` statement:
|
||||
This indicates the TTL to use when generating DNSKEY resource
|
||||
records. The default is 1 hour (3600 seconds).
|
||||
|
||||
.. namedconf:statement:: keys
|
||||
|
||||
``keys``
|
||||
This is a list specifying the algorithms and roles to use when
|
||||
generating keys and signing the zone. Entries in this list do not
|
||||
represent specific DNSSEC keys, which may be changed on a regular
|
||||
|
||||
Reference in New Issue
Block a user