2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

clean up log module names

- remove obsolete DNS_LOGMODULE_RBT and DNS_LOGMODULE_RBTDB
- correct the misuse of the wrong log modules in dns/rpz.c and
  dns/catz.c, and add DNS_LOGMODULE_RPZ and DNS_LOGMODULE_CATZ
  to support them.
This commit is contained in:
Evan Hunt
2024-12-10 19:11:26 -08:00
parent 9de6b228d4
commit 95a0b6f479
4 changed files with 66 additions and 69 deletions

View File

@@ -224,8 +224,6 @@ static const char *modules_description[] = {
[ISC_LOGMODULE_CRYPTO] = "crypto",
/* dns modules */
[DNS_LOGMODULE_DB] = "dns/db",
[DNS_LOGMODULE_RBTDB] = "dns/rbtdb",
[DNS_LOGMODULE_RBT] = "dns/rbt",
[DNS_LOGMODULE_RDATA] = "dns/rdata",
[DNS_LOGMODULE_MASTER] = "dns/master",
[DNS_LOGMODULE_MESSAGE] = "dns/message",
@@ -257,6 +255,8 @@ static const char *modules_description[] = {
[DNS_LOGMODULE_DNSTAP] = "dns/dnstap",
[DNS_LOGMODULE_SSU] = "dns/ssu",
[DNS_LOGMODULE_QP] = "dns/qp",
[DNS_LOGMODULE_RPZ] = "dns/rpz",
[DNS_LOGMODULE_CATZ] = "dns/catz",
/* ns modules */
[NS_LOGMODULE_CLIENT] = "ns/client",
[NS_LOGMODULE_QUERY] = "ns/query",