From 552b814745bc1f5380c905c21e02871416196d2a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 27 Sep 2012 07:51:04 +0000 Subject: [PATCH] -do not start vpn when testing dht --- src/dht/test_dht_2dtorus.conf | 4 ++++ src/dht/test_dht_api_data.conf | 4 ++++ src/dht/test_dht_api_peer1.conf | 4 ++++ src/dht/test_dht_line.conf | 4 ++++ src/dht/test_dht_multipeer_data.conf | 4 ++++ src/dht/test_dht_twopeer_data.conf | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/src/dht/test_dht_2dtorus.conf b/src/dht/test_dht_2dtorus.conf index 33d5a3624..82b930188 100644 --- a/src/dht/test_dht_2dtorus.conf +++ b/src/dht/test_dht_2dtorus.conf @@ -87,3 +87,7 @@ CONNECTION_LIMIT = 20 WORKDELAY = 500 ms INTERVAL = 60 s WORKBITS = 0 +[vpn] +AUTOSTART=NO + + diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf index e68e887c1..8d4f8c63c 100644 --- a/src/dht/test_dht_api_data.conf +++ b/src/dht/test_dht_api_data.conf @@ -86,3 +86,7 @@ AUTOSTART = NO AUTOSTART = NO +[vpn] +AUTOSTART=NO + + diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf index d9db7c461..e56024c0d 100644 --- a/src/dht/test_dht_api_peer1.conf +++ b/src/dht/test_dht_api_peer1.conf @@ -74,3 +74,7 @@ AUTOSTART = NO AUTOSTART = NO +[vpn] +AUTOSTART=NO + + diff --git a/src/dht/test_dht_line.conf b/src/dht/test_dht_line.conf index 884341dc7..ff34a3c25 100644 --- a/src/dht/test_dht_line.conf +++ b/src/dht/test_dht_line.conf @@ -89,3 +89,7 @@ AUTOSTART = NO WORKDELAY = 500 ms INTERVAL = 60 s WORKBITS = 0 +[vpn] +AUTOSTART=NO + + diff --git a/src/dht/test_dht_multipeer_data.conf b/src/dht/test_dht_multipeer_data.conf index 790421c69..9cb87d248 100644 --- a/src/dht/test_dht_multipeer_data.conf +++ b/src/dht/test_dht_multipeer_data.conf @@ -129,3 +129,7 @@ AUTOSTART = NO AUTOSTART = NO +[vpn] +AUTOSTART=NO + + diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf index 8ff702047..809338834 100644 --- a/src/dht/test_dht_twopeer_data.conf +++ b/src/dht/test_dht_twopeer_data.conf @@ -76,3 +76,7 @@ AUTOSTART = NO [namestore] AUTOSTART = NO +[vpn] +AUTOSTART=NO + + -- 2.25.1