Searched refs:TMP_LIST_NETDEV (Results 1 – 1 of 1) sorted by relevance
230 TMP_LIST_NETDEV="$(mktemp)"231 if [ ! -e "$TMP_LIST_NETDEV" ];then236 …space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut -d\ -f2 | cut -d: -f1> "$TMP_LIST_NETDEV"238 if [ ! -s "$TMP_LIST_NETDEV" ]; then241 echo "veth0" > "$TMP_LIST_NETDEV"248 done < "$TMP_LIST_NETDEV"256 rm "$TMP_LIST_NETDEV"