2 # SPDX-License-Identifier: GPL-2.0
13 output
="$(tc -j -s filter show $id)"
14 # workaround the jq bug which causes jq to return 0 in case input is ""
16 if [[ $ret -ne 0 ]]; then
21 | select(.options.handle == $handle) \
22 | select(.options.actions[0].stats.packets == $count)" \