aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-02 20:12:41 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-02 20:12:41 +0900
commit2b146d5ec020636d48e23daf300589f41cc25839 (patch)
treea312f843235f80435744ae0bd996f851c4d29cb7 /src/testing
parentda4625d243cae07a42e543f7e9456a4bd49f1fe3 (diff)
downloadgnunet-2b146d5ec020636d48e23daf300589f41cc25839.tar.gz
gnunet-2b146d5ec020636d48e23daf300589f41cc25839.zip
-testing: only use local IP ranges.
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/gnunet-cmds-helper.c4
-rw-r--r--src/testing/testing.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/testing/gnunet-cmds-helper.c b/src/testing/gnunet-cmds-helper.c
index 8114d156d..b9c3aa507 100644
--- a/src/testing/gnunet-cmds-helper.c
+++ b/src/testing/gnunet-cmds-helper.c
@@ -58,9 +58,9 @@ testing_api_cmd_block_until_all_peers_started.c */
58 58
59#define NODE_BASE_IP "192.168.15." 59#define NODE_BASE_IP "192.168.15."
60 60
61#define KNOWN_BASE_IP "92.68.151." 61#define KNOWN_BASE_IP "172.168.151."
62 62
63#define ROUTER_BASE_IP "92.68.150." 63#define ROUTER_BASE_IP "172.16.150."
64 64
65struct GNUNET_SCHEDULER_Task *finished_task; 65struct GNUNET_SCHEDULER_Task *finished_task;
66 66
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 968499b22..20cf17895 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -40,9 +40,9 @@
40 40
41#define CONNECT_ADDRESS_TEMPLATE "%s-192.168.15.%u" 41#define CONNECT_ADDRESS_TEMPLATE "%s-192.168.15.%u"
42 42
43#define ROUTER_CONNECT_ADDRESS_TEMPLATE "%s-92.68.150.%u" 43#define ROUTER_CONNECT_ADDRESS_TEMPLATE "%s-172.16.150.%u"
44 44
45#define KNOWN_CONNECT_ADDRESS_TEMPLATE "%s-92.68.151.%u" 45#define KNOWN_CONNECT_ADDRESS_TEMPLATE "%s-172.16.151.%u"
46 46
47#define PREFIX_TCP "tcp" 47#define PREFIX_TCP "tcp"
48 48