Lines Matching refs:ip_dst
55 local ip_dst=10.0.3.1
89 atf_check -s exit:0 rump.ifconfig shmif0 $ip_dst/24 alias
95 atf_check -s exit:0 rump.ifconfig shmif0 $ip_dst/24 alias
100 # It fails because there is no route to $ip_dst
101 atf_check -s not-exit:0 -o ignore rump.ping -n -w 3 -c 1 $ip_dst
106 # Add the default route so that $ip_dst @ dst1 is reachable now
115 atf_check -s not-exit:0 -o ignore rump.ping -n -w 3 -c 1 $ip_dst
119 atf_check -s exit:0 -o match:"$ip_src > $ip_dst: ICMP echo request" \
123 # Teach the subnet of $ip_dst is at dst2
132 atf_check -s not-exit:0 -o ignore rump.ping -n -w 3 -c 1 $ip_dst
137 atf_check -s exit:0 -o not-match:"$ip_src > $ip_dst: ICMP echo request" \
141 # Delete the route so the packets heading to $ip_dst should go dst1 again
146 atf_check -s not-exit:0 -o ignore rump.ping -n -w 3 -c 1 $ip_dst
150 atf_check -s exit:0 -o match:"$ip_src > $ip_dst: ICMP echo request" \