gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27222 - gnunet/src/dns
Date: Tue, 21 May 2013 15:01:18 +0200

Author: grothoff
Date: 2013-05-21 15:01:18 +0200 (Tue, 21 May 2013)
New Revision: 27222

Modified:
   gnunet/src/dns/test_gnunet_dns.sh
Log:
-test for mangle support

Modified: gnunet/src/dns/test_gnunet_dns.sh
===================================================================
--- gnunet/src/dns/test_gnunet_dns.sh   2013-05-21 12:58:30 UTC (rev 27221)
+++ gnunet/src/dns/test_gnunet_dns.sh   2013-05-21 13:01:18 UTC (rev 27222)
@@ -26,6 +26,11 @@
   echo "This test requires nslookup.  Skipping."
   exit 0
 fi
+if ! iptables -t mangle --list &> /dev/null
+then
+  echo "This test requires iptables with 'mangle' support. Skipping."
+fi
+
 export PATH=".:$PATH"
 gnunet-service-dns -c dns.conf &
 gnunet-dns-redirector -c dns.conf -4 127.0.0.1 &




reply via email to

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