]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix dnssec-policy options formatting and links in ARM
authorNicki Křížek <nicki@isc.org>
Thu, 5 Sep 2024 13:03:15 +0000 (15:03 +0200)
committerNicki Křížek <nicki@isc.org>
Fri, 6 Sep 2024 13:46:40 +0000 (15:46 +0200)
The statements that already exist in the grammar can't be created with
the namedconf:statement. Use a plain definition list for these
statements and add a manual anchor for each one so links to them can be
created.

Avoid using the :any: syntax in the definition lists, as that just
creates a link to the duplicate and completely unrelated statement,
which just makes the documentation more confusing.

doc/arm/reference.rst

index 32564a8e9360286abfa428423937486d92abd670..51ece6838aa83057e575685f0853dc52747e1b85 100644 (file)
@@ -6454,7 +6454,9 @@ The following options can be specified in a :any:`dnssec-policy` statement:
     This indicates the TTL to use when generating DNSKEY resource
     records. The default is 1 hour (3600 seconds).
 
-:any:`inline-signing`
+.. _dnssec-policy-inline-signing:
+
+inline-signing
    :tags: dnssec
    :short: Specifies whether BIND 9 maintains a separate signed version of a zone.
 
@@ -6466,7 +6468,9 @@ The following options can be specified in a :any:`dnssec-policy` statement:
 
    This behavior is enabled by default.
 
-.. keys
+.. _dnssec-policy-keys:
+
+keys
    :tags: dnssec
    :short: Specifies the type of keys to be used for DNSSEC signing.
 
@@ -6634,7 +6638,9 @@ The following options can be specified in a :any:`dnssec-policy` statement:
     This is similar to :any:`signatures-validity`, but for DNSKEY records.
     The default is ``P2W`` (2 weeks).
 
-:any:`max-zone-ttl`
+.. _dnssec-policy-max-zone-ttl:
+
+max-zone-ttl
    :tags: zone, query
    :short: Specifies a maximum permissible time-to-live (TTL) value, in seconds.