Searched refs:has_admin (Results 1 – 1 of 1) sorted by relevance
10 has_admin="$($TC -j qdisc show dev $ETH root | jq '.[].options | has("admin")')"11 if [ "$has_admin" = "false" ]; then