#!/bin/bash . scripts/lava-common.sh iface=$(find_vland_iface) packets='60000' port='7788' # TODO make port/packet count configurable tcpdump -c "$packets" -i "$iface" -w tsn.pcap -j adapter_unsynced -tt \ --time-stamp-precision=nano port "$port" echo "talker_strict :: udp port $port" > sched_filter