From 491556b732c47ac92d4e2a0e8e129d7c24b636fd Mon Sep 17 00:00:00 2001 From: JACK Date: Wed, 2 Jun 2021 02:58:53 +0800 Subject: op-mode: T3384: support UDP bandwidth testing --- src/op_mode/monitor_bandwidth_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/op_mode/monitor_bandwidth_test.sh b/src/op_mode/monitor_bandwidth_test.sh index 6da0291c5..900223bca 100755 --- a/src/op_mode/monitor_bandwidth_test.sh +++ b/src/op_mode/monitor_bandwidth_test.sh @@ -26,5 +26,5 @@ elif [[ $(dig $1 AAAA +short | grep -v '\.$' | wc -l) -gt 0 ]]; then OPT="-V" fi -/usr/bin/iperf $OPT -c $1 +/usr/bin/iperf $OPT -c $1 $2 -- cgit v1.2.3