gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r38086 - gnunet/src/dns


From: gnunet
Subject: [GNUnet-SVN] r38086 - gnunet/src/dns
Date: Sun, 9 Oct 2016 14:03:23 +0200

Author: grothoff
Date: 2016-10-09 14:03:22 +0200 (Sun, 09 Oct 2016)
New Revision: 38086

Modified:
   gnunet/src/dns/test_gnunet_dns.sh
Log:
skip test if link-local IPv6 DNS server is used

Modified: gnunet/src/dns/test_gnunet_dns.sh
===================================================================
--- gnunet/src/dns/test_gnunet_dns.sh   2016-10-09 12:00:15 UTC (rev 38085)
+++ gnunet/src/dns/test_gnunet_dns.sh   2016-10-09 12:03:22 UTC (rev 38086)
@@ -31,6 +31,11 @@
   echo "This test requires iptables with 'mangle' support. Skipping."
   exit 77
 fi
+if grep % /etc/resolv.conf &> /dev/null
+then
+  echo "This system seems to use a DNS server on an IPv6 link-local address, 
which is not supported. Skipping."
+  exit 77
+fi
 
 export PATH=".:$PATH"
 gnunet-service-dns -c dns.conf &




reply via email to

[Prev in Thread] Current Thread [Next in Thread]