From: Kees Monshouwer Date: Tue, 2 Aug 2016 19:09:46 +0000 (+0200) Subject: report DHCID type X-Git-Tag: rec-4.0.2~46^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce834c99105a07bd9e575bc8b45e4a4148906648;p=thirdparty%2Fpdns.git report DHCID type --- diff --git a/pdns/dnsrecords.cc b/pdns/dnsrecords.cc index 60eab9cef8..fece43cfd0 100644 --- a/pdns/dnsrecords.cc +++ b/pdns/dnsrecords.cc @@ -595,6 +595,7 @@ void reportOtherTypes() RPRecordContent::report(); KEYRecordContent::report(); DNSKEYRecordContent::report(); + DHCIDRecordContent::report(); CDNSKEYRecordContent::report(); RKEYRecordContent::report(); RRSIGRecordContent::report();