summaryrefslogtreecommitdiff
path: root/scripts/get-taprio-pcap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get-taprio-pcap.sh')
-rwxr-xr-xscripts/get-taprio-pcap.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/get-taprio-pcap.sh b/scripts/get-taprio-pcap.sh
index cde957f..17624fd 100755
--- a/scripts/get-taprio-pcap.sh
+++ b/scripts/get-taprio-pcap.sh
@@ -5,7 +5,6 @@
iface=$(find_vland_iface)
packets='60000'
port='7788'
-lava-wait udp-tai-tx
# TODO make port/packet count configurable
tcpdump -c "$packets" -i "$iface" -w tsn.pcap -j adapter_unsynced -tt \
--time-stamp-precision=nano port "$port"