summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/gen-rdatacode.py.in
diff options
context:
space:
mode:
authorPaul Selkirk <pselkirk@isc.org>2013-04-10 04:48:23 +0200
committerPaul Selkirk <pselkirk@isc.org>2013-04-10 04:48:23 +0200
commitc9095ff3de68440efa427a536985bb01e0125504 (patch)
tree88bd990d03551f715c2aeddb1c284d2a958d922d /src/lib/dns/gen-rdatacode.py.in
parent[2521] enabled previously disabled rrsig test (diff)
downloadkea-c9095ff3de68440efa427a536985bb01e0125504.tar.xz
kea-c9095ff3de68440efa427a536985bb01e0125504.zip
[2521] add MasterLexer constructor for DHCID
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 28644570e4..02ad537524 100755
--- a/src/lib/dns/gen-rdatacode.py.in
+++ b/src/lib/dns/gen-rdatacode.py.in
@@ -36,6 +36,7 @@ new_rdata_factory_users = [('a', 'in'),
('aaaa', 'in'),
('afsdb', 'generic'),
('cname', 'generic'),
+ ('dhcid', 'in'),
('dlv', 'generic'),
('dname', 'generic'),
('ds', 'generic'),