summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/gen-rdatacode.py.in
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@isc.org>2013-03-12 03:14:42 +0100
committerMukund Sivaraman <muks@isc.org>2013-03-12 03:14:42 +0100
commit0c8f4051f57e4e1bcc29436bf50a1f7d4ff9e79d (patch)
tree6cbcfe6ab8c0db54f5eadc1018893c26606d2bb8 /src/lib/dns/gen-rdatacode.py.in
parent[2387] Update API doc for NSEC MasterLexer constructor (diff)
downloadkea-0c8f4051f57e4e1bcc29436bf50a1f7d4ff9e79d.tar.xz
kea-0c8f4051f57e4e1bcc29436bf50a1f7d4ff9e79d.zip
[2387] Add NSEC3PARAM lexer constructor implementation
Diffstat (limited to 'src/lib/dns/gen-rdatacode.py.in')
-rwxr-xr-xsrc/lib/dns/gen-rdatacode.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dns/gen-rdatacode.py.in b/src/lib/dns/gen-rdatacode.py.in
index fac1bb1408..513193a892 100755
--- a/src/lib/dns/gen-rdatacode.py.in
+++ b/src/lib/dns/gen-rdatacode.py.in
@@ -44,6 +44,7 @@ new_rdata_factory_users = [('a', 'in'), ('aaaa', 'in'),
('ns', 'generic'),
('nsec', 'generic'),
('nsec3', 'generic'),
+ ('nsec3param', 'generic'),
('ptr', 'generic'),
('soa', 'generic'),
('spf', 'generic'),