]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop support for the HS class
authorOndřej Surý <ondrej@isc.org>
Wed, 4 Mar 2026 09:46:58 +0000 (10:46 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 8 Jun 2026 15:50:15 +0000 (17:50 +0200)
HS (Hesiod) class is no longer supported and is treated same as
any other unknown class.

lib/ns/client.c

index 9b5e4d5f25186c3f586d9fe906467e2c3069ef19..45fdab1c5891066c5f32fcd66a0036a2ec557841 100644 (file)
@@ -2123,8 +2123,6 @@ ns_client_request(isc_nmhandle_t *handle, isc_result_t eresult,
                break;
        case dns_rdataclass_chaos:
                break;
-       case dns_rdataclass_hs:
-               break;
        case dns_rdataclass_none:
                if (client->message->opcode != dns_opcode_update) {
                        ns_client_dumpmessage(client,