]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
NSEC does not support raw type numbers
authorMark Andrews <marka@isc.org>
Tue, 27 Jan 2004 04:39:29 +0000 (04:39 +0000)
committerMark Andrews <marka@isc.org>
Tue, 27 Jan 2004 04:39:29 +0000 (04:39 +0000)
bin/tests/system/genzone.sh
bin/tests/system/xfer/dig1.good
bin/tests/system/xfer/dig2.good

index 6c2dcf2aba447f1cb02ab4d22dccbcb3f652ad71..0d77182a29cba4db771c8a4c859fd824e3b55db6 100644 (file)
@@ -15,7 +15,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: genzone.sh,v 1.4 2003/09/30 05:56:06 marka Exp $
+# $Id: genzone.sh,v 1.5 2004/01/27 04:39:29 marka Exp $
 
 #
 # Set up a test zone
@@ -229,8 +229,8 @@ rrsig01                     RRSIG   NSEC 1 3 ( 3600 20000102030405
 ; type 47
 nsec01                 NSEC    a.secure.nil. ( NS SOA MX RRSIG DNSKEY LOC NSEC )
 nsec02                 NSEC    . NSEC NSAP-PTR
-nsec03                 NSEC    . 1
-nsec04                 NSEC    . 127
+nsec03                 NSEC    . TYPE1
+nsec04                 NSEC    . TYPE127
 
 ; type 48
 dnskey01               DNSKEY  512 ( 255 1 AQMFD5raczCJHViKtLYhWGz8hMY
index 1e62b3ace0046e995b2c62f1892f622d3da1a911..b7f3f791089f410a9a1fadf3e4a00dec0ad1781e 100644 (file)
@@ -50,7 +50,7 @@ nsap02.example.               3600    IN      NSAP    0x47000580005a0000000001e133ffffff00016100
 nsec01.example.                3600    IN      NSEC    a.secure.nil. NS SOA MX LOC RRSIG NSEC DNSKEY
 nsec02.example.                3600    IN      NSEC    . NSAP-PTR NSEC
 nsec03.example.                3600    IN      NSEC    . A
-nsec04.example.                3600    IN      NSEC    . 127
+nsec04.example.                3600    IN      NSEC    . TYPE127
 ptr01.example.         3600    IN      PTR     example.
 px01.example.          3600    IN      PX      65535 foo. bar.
 px02.example.          3600    IN      PX      65535 . .
index 4e5e62a160ca1b9d6878147c3f9456e76f451770..9f2cece63e4e0ca7dc0e08cb88a6156e75edc3ab 100644 (file)
@@ -50,7 +50,7 @@ nsap02.example.               3600    IN      NSAP    0x47000580005a0000000001e133ffffff00016100
 nsec01.example.                3600    IN      NSEC    a.secure.nil. NS SOA MX LOC RRSIG NSEC DNSKEY
 nsec02.example.                3600    IN      NSEC    . NSAP-PTR NSEC
 nsec03.example.                3600    IN      NSEC    . A
-nsec04.example.                3600    IN      NSEC    . 127
+nsec04.example.                3600    IN      NSEC    . TYPE127
 ptr01.example.         3600    IN      PTR     example.
 px01.example.          3600    IN      PX      65535 foo. bar.
 px02.example.          3600    IN      PX      65535 . .