Skip to content

Commit

Permalink
Merge branch 'xdp-project:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jalalmostafa authored Sep 19, 2024
2 parents cf5ceb1 + fb111a7 commit b39c004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xdp-forward/tests/test-xdp-forward.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ test_fwd_full()
for ip in "${ALL_INSIDE_IP4[@]}"; do
check_run ns_exec ping -c 1 -W 2 $ip
done
for ip in "${ALL_INSIDE_IP4[@]}"; do
check_run ns_exec ping -c 1 -W 2 $ip
for ip in "${ALL_INSIDE_IP6[@]}"; do
check_run ns_exec $PING6 -c 1 -W 2 $ip
done
check_run $XDP_FORWARD unload ${NS_NAMES[@]}
}
Expand All @@ -46,8 +46,8 @@ test_fwd_direct()
for ip in "${ALL_INSIDE_IP4[@]}"; do
check_run ns_exec ping -c 1 -W 2 $ip
done
for ip in "${ALL_INSIDE_IP4[@]}"; do
check_run ns_exec ping -c 1 -W 2 $ip
for ip in "${ALL_INSIDE_IP6[@]}"; do
check_run ns_exec $PING6 -c 1 -W 2 $ip
done
check_run $XDP_FORWARD unload ${NS_NAMES[@]}
}
Expand Down

0 comments on commit b39c004

Please sign in to comment.