From: Peter van Dijk Date: Mon, 22 Jul 2013 09:24:52 +0000 (+0200) Subject: enable v6 in recursor bulktest X-Git-Tag: rec-3.6.0-rc1~548 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f87234495b1d27bb168c0ae01ef66d2d2c3a664;p=thirdparty%2Fpdns.git enable v6 in recursor bulktest --- diff --git a/regression-tests/recursor-test b/regression-tests/recursor-test index 7f6d857320..79a1d8710b 100755 --- a/regression-tests/recursor-test +++ b/regression-tests/recursor-test @@ -4,7 +4,7 @@ port=$1 limit=$2 [ -z "$limit" ] && limit=100000 -../pdns/pdns_recursor --daemon=no --local-port=$port --socket-dir=./ --trace=fail --config-dir=. > recursor.log 2>&1 & +../pdns/pdns_recursor --daemon=no --local-port=$port --socket-dir=./ --trace=fail --config-dir=. --query-local-address6=:: > recursor.log 2>&1 & sleep 3 ../pdns/dnsbulktest -qe 127.0.0.1 $port $limit < top-1m.csv > bulktest.results kill $(cat pdns_recursor.pid)