4760. [func] Add glue cache statistics counters. [RT #46028]
-4759. [func] Add logging channel "trust-anchor-telementry" to
- record trust-anchor-telementry in incoming requests.
+4759. [func] Add logging channel "trust-anchor-telemetry" to
+ record trust-anchor-telemetry in incoming requests.
Both _ta-XXXX.<anchor>/NULL and EDNS KEY-TAG options
are logged. [RT #46124]
tests when running on terminals that support them.
[RT #45977]
-4744. [bug] Suppress trust-anchor-telementry queries if
+4744. [bug] Suppress trust-anchor-telemetry queries if
validation is disabled. [RT #46131]
-4743. [func] Exclude trust-anchor-telementry queries from
+4743. [func] Exclude trust-anchor-telemetry queries from
synth-from-dnssec processing. [RT #46123]
4742. [func] Synthesis of responses from DNSSEC-verified records.
isc_boolean_t
dns_name_istat(const dns_name_t *name);
/*
- * Determine if 'name' is a potential 'trust-anchor-telementry' name.
+ * Determine if 'name' is a potential 'trust-anchor-telemetry' name.
*/
ISC_LANG_ENDDECLS
/*
* Is there at least one trust anchor reported and is the
- * label length consistent with a trust-anchor-telementry label.
+ * label length consistent with a trust-anchor-telemetry label.
*/
if ((len < 8) || (len - 3) % 5 != 0) {
return (ISC_FALSE);
ATF_TC(istat);
ATF_TC_HEAD(istat, tc) {
- atf_tc_set_md_var(tc, "descr", "is trust-anchor-telementry test");
+ atf_tc_set_md_var(tc, "descr", "is trust-anchor-telemetry test");
}
ATF_TC_BODY(istat, tc) {
dns_fixedname_t fixed;