mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 19:02:05 -04:00
Add tsig and tkey log moduleS
This commit is contained in:
parent
57b3597444
commit
d4edcfe5eb
2 changed files with 6 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: log.h,v 1.20 2000/05/09 23:31:12 gson Exp $ */
|
||||
/* $Id: log.h,v 1.21 2000/06/23 01:51:18 bwelling Exp $ */
|
||||
|
||||
/* Principal Authors: DCL */
|
||||
|
||||
|
|
@ -62,6 +62,8 @@ extern isc_logmodule_t dns_modules[];
|
|||
#define DNS_LOGMODULE_DISPATCH (&dns_modules[17])
|
||||
#define DNS_LOGMODULE_REQUEST (&dns_modules[18])
|
||||
#define DNS_LOGMODULE_MASTERDUMP (&dns_modules[19])
|
||||
#define DNS_LOGMODULE_TSIG (&dns_modules[20])
|
||||
#define DNS_LOGMODULE_TKEY (&dns_modules[21])
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: log.c,v 1.23 2000/05/09 23:31:10 gson Exp $ */
|
||||
/* $Id: log.c,v 1.24 2000/06/23 01:51:17 bwelling Exp $ */
|
||||
|
||||
/* Principal Authors: DCL */
|
||||
|
||||
|
|
@ -67,6 +67,8 @@ isc_logmodule_t dns_modules[] = {
|
|||
{ "dns/dispatch", 0 },
|
||||
{ "dns/request", 0 },
|
||||
{ "dns/masterdump", 0 },
|
||||
{ "dns/tsig", 0 },
|
||||
{ "dns/tkey", 0 },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue