]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix ns6 template zonefile
authorMatthijs Mekking <matthijs@isc.org>
Tue, 7 Apr 2020 13:34:13 +0000 (15:34 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 8 Apr 2020 07:47:36 +0000 (09:47 +0200)
The template zone file for server ns6 should have the ns6 domain
name, not ns3.

(cherry picked from commit 8d3c0156f45cf3d6e8a43a121c2d87440e9bf750)

bin/tests/system/kasp/ns6/template.db.in

index 051a312891a5ea526225a67639e207e4ee1a9af5..721d29cd972267006da2a1713df9153cbaadcb37 100644 (file)
@@ -16,8 +16,8 @@ $TTL 300
                        3600    ; minimum (1 hour)
                        )
 
-                       NS      ns3
-ns3                    A       10.53.0.3
+                       NS      ns6
+ns6                    A       10.53.0.6
 
 a                      A       10.0.0.1
 b                      A       10.0.0.2