aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rps/test_rps.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf
index 3fe601ede..9e7f61918 100644
--- a/src/rps/test_rps.conf
+++ b/src/rps/test_rps.conf
@@ -18,8 +18,11 @@ ROUNDINTERVAL = 10 s
18INITSIZE = 4 18INITSIZE = 4
19 19
20ALPHA = 0.45 20ALPHA = 0.45
21BETA = 0.45
21 22
22[testbed] 23[testbed]
24HOSTNAME = localhost
25
23OPERATION_TIMEOUT = 60 s 26OPERATION_TIMEOUT = 60 s
24 27
25MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1 28MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
@@ -30,6 +33,13 @@ OVERLAY_RANDOM_LINKS = 5
30 33
31SETUP_TIMEOUT = 2 m 34SETUP_TIMEOUT = 2 m
32 35
33
34[nse] 36[nse]
35WORKBITS = 0 37WORKBITS = 0
38
39[nat]
40# Use addresses from the local network interfaces (inluding loopback, but also others)
41USE_LOCALADDR = YES
42
43# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
44RETURN_LOCAL_ADDRESSES = YES
45