diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-09-13 17:33:06 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-09-13 17:33:06 +0200 |
commit | c5496c0c4209dc4e2376f377c57a9f2c4104fc95 (patch) | |
tree | fb09d2844d05c222edb444f0176bce77b91b3260 | |
parent | 5f12b198e6f533d1c08119fdb6a9e088340c80e4 (diff) | |
download | vyatta-op-c5496c0c4209dc4e2376f377c57a9f2c4104fc95.tar.gz vyatta-op-c5496c0c4209dc4e2376f377c57a9f2c4104fc95.zip |
bandwidth-test: T2841: enable IPv6 reception which can receive both on IPv4/IPv6
-rw-r--r-- | templates/monitor/bandwidth-test/accept/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/monitor/bandwidth-test/accept/node.def b/templates/monitor/bandwidth-test/accept/node.def index 1dc5335..76532cc 100644 --- a/templates/monitor/bandwidth-test/accept/node.def +++ b/templates/monitor/bandwidth-test/accept/node.def @@ -1,2 +1,2 @@ help: Wait for bandwidth test connections (port TCP/5001) -run: iperf -s +run: iperf -V -s |