Searched refs:operstate (Results 1 – 1 of 1) sorted by relevance
51 local operstate=$(ip -j link show $dev | jq -r .[].operstate)52 if [[ $operstate == UP ]]; then53 operstate=154 elif [[ $operstate == DOWN || $operstate == LOWERLAYERDOWN ]]; then55 operstate=057 echo -n $operstate58 [[ $operstate == $expect ]]65 local operstate67 operstate=$(busywait 1000 \69 check_err $? "Got operstate of $operstate, expected $expect"
Completed in 3 milliseconds