Skip to content

Commit

Permalink
Merge pull request #23 from jouvin/perfsonar
Browse files Browse the repository at this point in the history
perfSonar: change default port range to match standard settings
  • Loading branch information
jouvin committed Jun 5, 2014
2 parents 1c2f99a + c70b102 commit fc8ccc6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions personality/perfsonar-ps/config.pan
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ include {'features/fetch-crl/config'};
# perfSONAR ports
variable PERFSONAR_PORTS ?= nlist(
'BWCTL', nlist(
'iperf_port', '5000:5250',
'nuttcp_port', '5251:5500',
'thrulay_port', '5501:5750',
'peer_port', '5751:6000',
'iperf_port', '5001:5200',
'nuttcp_port', '5201:5600',
'peer_port', '6001:6200',
),
'OWAMP', nlist(
'testports', '5000:6000',
'testports', '8760:8960',
),
);

Expand Down

0 comments on commit fc8ccc6

Please sign in to comment.