- Add that log-servfail prints an IP address and more information

about one of the last failures for that query.
This commit is contained in:
W.C.A. Wijngaards
2021-04-29 10:24:35 +02:00
parent 45328d37b1
commit ecb8aed2f2
5 changed files with 81 additions and 1 deletions
+6
View File
@@ -406,6 +406,12 @@ struct iter_qstate {
int auth_zone_response;
/** True if the auth_zones should not be consulted for the query */
int auth_zone_avoid;
/** true if there have been scrubbing failures of reply packets */
int scrub_failures;
/** true if there have been parse failures of reply packets */
int parse_failures;
/** a failure printout address for last received answer */
struct comm_reply* fail_reply;
};
/**