summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/gen-rdatacode.py.in
diff options
context:
space:
mode:
authorEvan Hunt <each@isc.org>2010-03-05 08:44:05 +0100
committerEvan Hunt <each@isc.org>2010-03-05 08:44:05 +0100
commit5fd4500eb8b38214415d9222124b138f066eb5fa (patch)
tree3d85601861f1b69cbe0dd6d10e82f6d95ea0c55a /src/lib/dns/gen-rdatacode.py.in
parentan additional test case for CNAME loops (diff)
downloadkea-5fd4500eb8b38214415d9222124b138f066eb5fa.tar.xz
kea-5fd4500eb8b38214415d9222124b138f066eb5fa.zip
Merge base32, sha1, and NSEC3/NSEC3PARAM rdata implementations to trunk
(Note: I expect sha1 to be replaced, and to add more test cases to all of the unit tests.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1125 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'src/lib/dns/gen-rdatacode.py.in')
-rwxr-xr-xsrc/lib/dns/gen-rdatacode.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dns/gen-rdatacode.py.in b/src/lib/dns/gen-rdatacode.py.in
index dc23c4332e..b0b98cbd4d 100755
--- a/src/lib/dns/gen-rdatacode.py.in
+++ b/src/lib/dns/gen-rdatacode.py.in
@@ -26,7 +26,7 @@ from os.path import getmtime
import re
import sys
-re_typecode = re.compile('([a-z]+)_(\d+)')
+re_typecode = re.compile('([\da-z]+)_(\d+)')
classcode2txt = {}
typecode2txt = {}
typeandclass = []