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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user