Lines Matching full:packets
6 # verifies that packets are correctly flooded in various cases such as deletion
175 # Prevent unwanted packets from entering the bridge and interfering
218 local packets=("$@")
219 local num_remotes=${#packets[@]}
223 tc_check_packets "dev $rp2 ingress" $i ${packets[i - 1]}
224 check_err $? "remote $i - did not get expected number of packets"
231 # 'packets' will store how many packets are expected to be received
233 declare -a packets=(1 1 1 1 1 1 1 1 1 1 1 1)
240 # packets were flooded to each remote VTEP
246 flooding_check_packets "${packets[@]}"
254 packets=(2 2 2 2 2 2 1 1 1 2 2 2)
260 flooding_check_packets "${packets[@]}"
261 log_test "flood after 2 packets"
266 packets=(2 2 2 3 3 3 1 1 1 3 3 3)
272 flooding_check_packets "${packets[@]}"
273 log_test "flood after 3 packets"
278 packets=(2 2 2 4 4 4 1 1 1 3 3 3)
284 flooding_check_packets "${packets[@]}"
285 log_test "flood after 4 packets"
291 packets=(2 2 2 4 5 5 1 1 1 3 3 3)
295 flooding_check_packets "${packets[@]}"
296 log_test "flood after 5 packets"
300 packets=(2 2 2 4 5 6 1 1 1 3 3 3)
304 flooding_check_packets "${packets[@]}"
305 log_test "flood after 6 packets"
309 packets=(2 2 2 4 5 6 1 1 1 3 3 3)
313 flooding_check_packets "${packets[@]}"
314 log_test "flood after 7 packets"