diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-09-13 16:22:27 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-09-13 16:22:27 +0200 |
commit | d6fde0b09d14cccb7691bff4135ab5a265cf6971 (patch) | |
tree | 7a7b07cedccbddf0da71f959e1547d2ec1b1b58f /op-mode-definitions/monitor-bandwidth-test.xml | |
parent | 7f15ef3d994f4ba6bb7ef7e1c47957a9deb7378f (diff) | |
download | vyos-1x-d6fde0b09d14cccb7691bff4135ab5a265cf6971.tar.gz vyos-1x-d6fde0b09d14cccb7691bff4135ab5a265cf6971.zip |
bandwidth-test: T2841: enable IPv6 reception which can receive both on IPv4/IPv6
Diffstat (limited to 'op-mode-definitions/monitor-bandwidth-test.xml')
-rw-r--r-- | op-mode-definitions/monitor-bandwidth-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/monitor-bandwidth-test.xml b/op-mode-definitions/monitor-bandwidth-test.xml index d1e459b17..5959e05f2 100644 --- a/op-mode-definitions/monitor-bandwidth-test.xml +++ b/op-mode-definitions/monitor-bandwidth-test.xml @@ -11,7 +11,7 @@ <properties> <help>Wait for bandwidth test connections (port TCP/5001)</help> </properties> - <command>iperf -s</command> + <command>/usr/bin/iperf -V -s</command> </leafNode> <tagNode name="initiate"> <properties> |