diff options
author | Evan Hunt <each@isc.org> | 2010-03-05 08:44:05 +0100 |
---|---|---|
committer | Evan Hunt <each@isc.org> | 2010-03-05 08:44:05 +0100 |
commit | 5fd4500eb8b38214415d9222124b138f066eb5fa (patch) | |
tree | 3d85601861f1b69cbe0dd6d10e82f6d95ea0c55a /src/lib/dns/gen-rdatacode.py.in | |
parent | an additional test case for CNAME loops (diff) | |
download | kea-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-x | src/lib/dns/gen-rdatacode.py.in | 2 |
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 = [] |