Skip to content
Snippets Groups Projects
Commit 357d07d5 authored by Bob Mottram's avatar Bob Mottram
Browse files

Use traceroute for bmx pings

parent 6dbcf2ab
No related branches found
No related tags found
No related merge requests found
......@@ -300,7 +300,7 @@ case "$1" in
start
;;
ping)
ping6 -v $2
traceroute6 -n -q 1 $2
;;
data)
bmx6 -lc traffic=$IFACE
......
......@@ -298,7 +298,7 @@ case "$1" in
start
;;
ping)
ping6 -v $2
traceroute6 -n -q 1 $2
;;
data)
bmx7 -lc traffic=$IFACE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment