diff options
author | Mukund Sivaraman <muks@isc.org> | 2014-01-20 16:40:44 +0100 |
---|---|---|
committer | Mukund Sivaraman <muks@isc.org> | 2014-01-20 16:40:44 +0100 |
commit | 2e80ea0623fc05edc4f6088b024f9ea3cd168dff (patch) | |
tree | a49481d8ef0a5e352b4749ac633cbff41f9dcbe8 /src/lib/dns/gen-rdatacode.py.in | |
parent | Merge branch 'trac1283' (diff) | |
download | kea-2e80ea0623fc05edc4f6088b024f9ea3cd168dff.tar.xz kea-2e80ea0623fc05edc4f6088b024f9ea3cd168dff.zip |
[2512] Add support for the CAA RR type
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 3fd3b33112..84b55f8146 100755 --- a/src/lib/dns/gen-rdatacode.py.in +++ b/src/lib/dns/gen-rdatacode.py.in @@ -43,7 +43,7 @@ meta_types = { '27': 'gpos', '29': 'loc', '36': 'kx', '37': 'cert', '42': 'apl', '45': 'ipseckey', '52': 'tlsa', '55': 'hip', '103': 'unspec', '104': 'nid', '105': 'l32', '106': 'l64', '107': 'lp', '249': 'tkey', - '253': 'mailb', '256': 'uri', '257': 'caa' + '253': 'mailb', '256': 'uri' } # Classes that don't have any known types. This is a dict from type code # values (as string) to textual mnemonic. |