Merge branch '1229-dig-no-yaml-output-when-host-is-unreachable-9.18' into 'bind-9.18'

[9.18] Resolve "No YAML output in dig when host is unreachable"

See merge request isc-projects/bind9!8529
This commit is contained in:
Arаm Sаrgsyаn
2023-12-04 12:21:10 +00:00
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
6290. [bug] Dig +yaml will now report "no servers could be reached"
also for UDP setup failure when no other servers or
tries are left. [GL #1229]
6287. [bug] Recognize escapes when reading the public key from file.
[GL !8502]
+1
View File
@@ -3249,6 +3249,7 @@ udp_ready(isc_nmhandle_t *handle, isc_result_t eresult, void *arg) {
start_udp(next);
check_if_done();
} else {
dighost_error("no servers could be reached\n");
clear_current_lookup();
}