Searched refs:fromns (Results 1 – 1 of 1) sorted by relevance
34 fromns="$1"37 if ! ip netns exec "$fromns" ping -c 1 -q "$dstip" > /dev/null; then38 echo "ERROR: ping from $fromns to $dstip"46 fromns="$1"54 if ! ip netns exec "$fromns" ping -q -f -b -c 1 -q "$dstip" > /dev/null 2>&1; then55 echo "ERROR: ping -b from $fromns to $dstip"