diff options
Diffstat (limited to 'contrib/testbed_infiniband.conf')
-rw-r--r-- | contrib/testbed_infiniband.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/testbed_infiniband.conf b/contrib/testbed_infiniband.conf index a0566b371..5ca12a1a0 100644 --- a/contrib/testbed_infiniband.conf +++ b/contrib/testbed_infiniband.conf @@ -1,10 +1,10 @@ [testbed] AUTOSTART = NO PORT = 12113 -ACCEPT_FROM = 127.0.0.1; 10.6.0.0/16; +ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; HOSTNAME = localhost MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5 -OVERLAY_TOPOLOGY = RANDOM +OVERLAY_TOPOLOGY = LINE OVERLAY_RANDOM_LINKS = 4000 OPERATION_TIMEOUT = 45 s # LOG_FILE = /tmp/testbed.log |