diff --git a/CHANGES b/CHANGES index f86a288ae1..ed34827598 100644 --- a/CHANGES +++ b/CHANGES @@ -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] diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index 7a6b8ab33f..a8ae79fc28 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -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(); }