diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-11-12 01:29:35 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-11-12 01:29:35 +0100 |
commit | c22694bf2ec67aafafe6d9b8c76ad6048c75ae35 (patch) | |
tree | 60c60f9c55fed8bec34481b9724c0652288fe1da /templates | |
parent | 00bfd88d0a643b4b576f19f67a0f077b9b3a113b (diff) | |
parent | 679a3d16c57ad6627b8d0190c63939e64505a75c (diff) | |
download | vyatta-op-c22694bf2ec67aafafe6d9b8c76ad6048c75ae35.tar.gz vyatta-op-c22694bf2ec67aafafe6d9b8c76ad6048c75ae35.zip |
Merge branch 'current' into crux
Diffstat (limited to 'templates')
-rw-r--r-- | templates/monitor/bandwidth-test/initiate/node.tag/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/monitor/bandwidth-test/initiate/node.tag/node.def b/templates/monitor/bandwidth-test/initiate/node.tag/node.def index 86dfaa1..3d047dd 100644 --- a/templates/monitor/bandwidth-test/initiate/node.tag/node.def +++ b/templates/monitor/bandwidth-test/initiate/node.tag/node.def @@ -1,3 +1,3 @@ help: Initiate a bandwidth test to specified host (port TCP/5001) allowed: echo '<hostname> <x.x.x.x> <h:h:h:h:h:h:h:h>' -run: iperf -c $5 +run: iperf -c $4 |