]> granicus.if.org Git - pdns/commitdiff
auth: register a few known types and remove an unknown one
authorKees Monshouwer <mind04@monshouwer.org>
Thu, 7 Feb 2019 13:52:59 +0000 (14:52 +0100)
committermind04 <mind04@monshouwer.org>
Fri, 30 Aug 2019 11:04:36 +0000 (13:04 +0200)
pdns/dnsrecords.cc
pdns/qtype.hh

index d1d491d0b1ace121edd7f7ffab801b3a10f55a9b..aa5ae30cec90c4d0af3aba270e2a634e155ceec2 100644 (file)
@@ -619,6 +619,7 @@ void reportOtherTypes()
    ALIASRecordContent::report();
    SPFRecordContent::report();
    NAPTRRecordContent::report();
+   KXRecordContent::report();
    LOCRecordContent::report();
    ENTRecordContent::report();
    HINFORecordContent::report();
index 8d7eab185f15a4342a1cca8cb1050bc1b9eb824b..d94238f13243dfba38b8d20af459e0561e2a29d0 100644 (file)
@@ -79,7 +79,6 @@ public:
     MB=7,
     MG=8,
     MR=9,
-    WKS=11,
     PTR=12,
     HINFO=13,
     MINFO=14,
@@ -179,7 +178,6 @@ private:
       qtype_insert("MB", 7);
       qtype_insert("MG", 8);
       qtype_insert("MR", 9);
-      qtype_insert("WKS", 11);
       qtype_insert("PTR", 12);
       qtype_insert("HINFO", 13);
       qtype_insert("MINFO", 14);