Home
last modified time | relevance | path

Searched refs:fromns (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/net/netfilter/
H A Dbr_netfilter.sh34 fromns="$1"
37 if ! ip netns exec "$fromns" ping -c 1 -q "$dstip" > /dev/null; then
38 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; then
55 echo "ERROR: ping -b from $fromns to $dstip"