]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix typo in DNSSEC guide parental-agents example
authorMatthijs Mekking <matthijs@isc.org>
Tue, 22 Feb 2022 10:48:28 +0000 (11:48 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 22 Feb 2022 13:07:30 +0000 (14:07 +0100)
The example will not load because of the typo, the comma should be a
semicolon.

(cherry picked from commit fd5e39cc76b535ee09196a08c06bb2cc66ddfce3)

doc/dnssec-guide/signing.rst

index ea920801b59f48194ae5bf2c29ef477a9688fb30..6aa3617264eac94d9d7ab411115e9d48858237d6 100644 (file)
@@ -898,7 +898,7 @@ presence. Let's look at the following configuration excerpt:
 ::
 
    parental-agents "net" {
-       10.53.0.11, 10.53.0.12;
+       10.53.0.11; 10.53.0.12;
    };
 
    zone "example.net" in {