synthesized. [RT #27636]
Squashed commit of the following:
commit
b375c287a3d95ed2eb29977d4347d845f393add7
Author: Evan Hunt <each@isc.org>
Date: Wed Oct 24 21:28:04 2012 -0700
[rt27636] add dns64 responses stat counter
+3413. [func] Record the number of DNS64 AAAA RRsets that have been
+ synthesized. [RT #27636]
+
3412. [bug] Copy timeval structure from control message data.
[RT #31548]
dns_nsstatscounter_updatefail = 34,
dns_nsstatscounter_updatebadprereq = 35,
- dns_nsstatscounter_recursclients =36,
+ dns_nsstatscounter_recursclients = 36,
- dns_nsstatscounter_max = 37
+ dns_nsstatscounter_dns64 = 37,
+
+ dns_nsstatscounter_max = 38
};
void
dns64_rdataset = NULL;
dns64_rdatalist = NULL;
dns_message_takebuffer(client->message, &buffer);
+ inc_stats(client, dns_nsstatscounter_dns64);
result = ISC_R_SUCCESS;
cleanup:
"UpdateBadPrereq");
SET_NSSTATDESC(recursclients, "recursing clients",
"RecursClients");
+ SET_NSSTATDESC(dns64, "queries answered by DNS64", "DNS64");
INSIST(i == dns_nsstatscounter_max);
/* Initialize resolver statistics */