]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix that address not available is squelched from the logs for
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 18 Feb 2022 08:03:56 +0000 (09:03 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 18 Feb 2022 08:03:56 +0000 (09:03 +0100)
  udp connect failures. It is visible on verbosity 4 and more.

doc/Changelog
services/outside_network.c

index 00d65d283828b2b2cdf3b01c9326a70362ce94e8..59ff8af0f956f1e46bb86695fa70d8a5a4c22661 100644 (file)
@@ -1,3 +1,7 @@
+18 February 2022: Wouter
+       - Fix that address not available is squelched from the logs for
+         udp connect failures. It is visible on verbosity 4 and more.
+
 16 February 2022: Wouter
        - Fix for #628: fix rpz-passthru for qname trigger by localzone type.
 
index a7e5fa3ad5830f3fa3bfbd97ab2ded9553a9d7c2..4578bf8fc451dba6ad5e398cdd28973acdd937d6 100644 (file)
@@ -1994,6 +1994,9 @@ static int udp_connect_needs_log(int err)
 #  endif
 #  ifdef ENETDOWN
        case ENETDOWN:
+#  endif
+#  ifdef EADDRNOTAVAIL
+       case EADDRNOTAVAIL:
 #  endif
        case EPERM:
        case EACCES: