]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/ethflood.sh
Fixed termination of remote ping
[can-benchmark.git] / tests / ethflood.sh
index e2c1edd5a1da3b3777cc5c7b069b8a0378c034a4..c25d44773bd29f5a5405f5bfac6198ee8eeb269a 100755 (executable)
@@ -3,7 +3,7 @@
 . _lib.sh
 
 t() {
-    ssh root@${SSH_CONNECTION%% *} 'ping -qf "${SSH_CONNECTION%% *}"' &
+    ssh root@${SSH_CONNECTION%% *} 'ping -f "${SSH_CONNECTION%% *}"' &
     PID_PING=$!
     boost_irq_prio
     PID_S=`vca_canping -s 1 -b -R FF:$RTPRIO -d $CAN1`