Lines Matching refs:h1

18 	simple_if_init $h1 192.0.2.1/24
19 tc qdisc add dev $h1 clsact
24 tc qdisc del dev $h1 clsact
25 simple_if_fini $h1 192.0.2.1/24
68 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \
78 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \
98 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \
107 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \
136 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \
145 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \
165 tc filter add dev $h1 protocol ip pref 100 handle 100 egress flower \
170 mirred ingress redirect dev $h1
177 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \
180 tc_check_packets "dev $h1 egress" 100 1
188 ping 192.0.2.2 -I$h1 -c1 -w1 -q 1>/dev/null 2>&1
190 tc_check_packets "dev $h1 egress" 100 2
197 tc filter del dev $h1 egress protocol ip pref 100 handle 100 flower
210 tc filter add dev $h1 protocol ip pref 100 handle 100 egress flower \
217 action mirred ingress redirect dev $h1
218 tc filter add dev $h1 protocol ip pref 101 handle 101 egress flower \
220 action mirred ingress redirect dev $h1
221 tc filter add dev $h1 protocol ip pref 102 handle 102 ingress flower \
225 ip vrf exec v$h1 ncat --recv-only -w10 -l -p 12345 -o $mirred_e2i_tf2 &
227 ip vrf exec v$h1 ncat -w1 --send-only 192.0.2.2 12345 <$mirred_e2i_tf1
232 $MZ $h1 -c 10 -p 64 -a $h1mac -b $h1mac -A 192.0.2.1 -B 192.0.2.1 \
234 tc_check_packets "dev $h1 egress" 101 10
236 tc_check_packets "dev $h1 ingress" 102 10
239 tc filter del dev $h1 egress protocol ip pref 100 handle 100 flower
240 tc filter del dev $h1 egress protocol ip pref 101 handle 101 flower
241 tc filter del dev $h1 ingress protocol ip pref 102 handle 102 flower
249 h1=${NETIFS[p1]}
255 h1mac=$(mac_get $h1)