]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix 1211: Fix can't enable interface-automatic if no IPv6 with
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 26 Jan 2017 11:03:06 +0000 (11:03 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 26 Jan 2017 11:03:06 +0000 (11:03 +0000)
  more helpful error message.

git-svn-id: file:///svn/unbound/trunk@3995 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
services/listen_dnsport.c

index 50146508b82b0dedcc017392f9842394faf374c2..fdd237dbf4a7280ba27d48ebeea3e5ceb97ffb0e 100644 (file)
@@ -1,3 +1,7 @@
+26 January 2017: Wouter
+       - Fix 1211: Fix can't enable interface-automatic if no IPv6 with
+         more helpful error message.
+
 20 January 2017: Wouter
        - Increase MAX_MODULE to 16.
 
index 8940a78cf86bd5f250c84b63c2da25b10bd66fb7..daedaa1944f5dd3f2b39a80d72b20f6977b09581 100644 (file)
@@ -1007,7 +1007,7 @@ set_recvpktinfo(int s, int family)
                }
 #           else
                log_err("no IPV6_RECVPKTINFO and no IPV6_PKTINFO option, please "
-                       "disable interface-automatic in config");
+                       "disable interface-automatic or do-ip6 in config");
                return 0;
 #           endif /* defined IPV6_RECVPKTINFO */
 
@@ -1028,7 +1028,7 @@ set_recvpktinfo(int s, int family)
                }
 #           else
                log_err("no IP_SENDSRCADDR or IP_PKTINFO option, please disable "
-                       "interface-automatic in config");
+                       "interface-automatic or do-ip4 in config");
                return 0;
 #           endif /* IP_PKTINFO */