Browse Source

[trac117] fixed a regression: removed the default bitmap parameters from NSEC

JINMEI Tatuya 14 years ago
parent
commit
9cdddf2713
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/lib/dns/tests/testdata/gen-wiredata.py.in

+ 0 - 4
src/lib/dns/tests/testdata/gen-wiredata.py.in

@@ -319,10 +319,6 @@ class NSECBASE:
 class NSEC(NSECBASE):
     rdlen = None                # auto-calculate
     nextname = 'next.example.com'
-    nbitmap = 1                 # number of bitmaps
-    block = 0
-    maplen = -1                 # default bitmap length, auto-calculate
-    bitmap = '040000000003'     # an arbtrarily chosen bitmap sample
     def dump_fixedpart(self, f, bitmaplen):
         name_wire = encode_name(self.nextname)
         if not self.rdlen: