BIND 10 trac2154, updated. 35c9f79d28b5087cc7f39f35c0014758d8dfb842 [2154] add 'authqryrej' statistics item
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Aug 24 09:37:43 UTC 2012
The branch, trac2154 has been updated
via 35c9f79d28b5087cc7f39f35c0014758d8dfb842 (commit)
from 55b8cc3d350a870450f2e6f4f3068a945fdcef64 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 35c9f79d28b5087cc7f39f35c0014758d8dfb842
Author: Yoshitaka Aharen <aharen at jprs.co.jp>
Date: Fri Aug 24 18:37:13 2012 +0900
[2154] add 'authqryrej' statistics item
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/statistics_items.h | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/statistics_items.h b/src/bin/auth/statistics_items.h
index 2f42893..cb6613d 100644
--- a/src/bin/auth/statistics_items.h
+++ b/src/bin/auth/statistics_items.h
@@ -223,6 +223,7 @@ enum QRCounterType {
QR_QRYNOAUTHANS, ///< Number of queries resulted in non-authoritative answer
QR_QRYREFERRAL, ///< Number of queries resulted in referral answer
QR_QRYNXRRSET, ///< Number of queries resulted in NOERROR but answer RR == 0
+ QR_QRYREJECT, ///< Number of queries rejected
// Response Rcodes
QR_RCODE_NOERROR, ///< Number of queries resulted in RCODE = 0 (NoError)
QR_RCODE_FORMERR, ///< Number of queries resulted in RCODE = 1 (FormErr)
@@ -344,6 +345,7 @@ const char* const QRCounterItemName[QR_COUNTER_TYPES] = {
"qrynoauthans",
"qryreferral",
"qrynxrrrset",
+ "authqryrej",
"rcode.noerror",
"rcode.formerr",
"rcode.servfail",
More information about the bind10-changes
mailing list