diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-11-12 01:28:52 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-11-12 01:28:52 +0100 |
commit | 679a3d16c57ad6627b8d0190c63939e64505a75c (patch) | |
tree | 60c60f9c55fed8bec34481b9724c0652288fe1da /templates | |
parent | 1b94994d3f9c7ca32dfad3051fe9c3330edcfd98 (diff) | |
download | vyatta-op-679a3d16c57ad6627b8d0190c63939e64505a75c.tar.gz vyatta-op-679a3d16c57ad6627b8d0190c63939e64505a75c.zip |
T994: fix the argument number in "monitor bandwidth-test initiate".
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 |