Signed-off-by: Xavier Simonart <xsimo...@redhat.com>

---
v2: rebased on origin/main.
---
 tests/ovn.at | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/ovn.at b/tests/ovn.at
index 33ce35203..762bd5bb9 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -22370,8 +22370,8 @@ send_icmp_packet() {
 }
 
 send_icmp6_packet() {
-    local inport=$1 hv=$2 eth_src=$3 eth_dst=$4 ipv6_src=$5 ipv6_dst=$6 
ipv6_router=$7 exp_icmp_chksum=$8
-    shift 8
+    local inport=$1 hv=$2 eth_src=$3 eth_dst=$4 ipv6_src=$5 ipv6_dst=$6
+    AT_CHECK(shift 6)
 
     local ip6_hdr=6000000000083aff${ipv6_src}${ipv6_dst}
     local packet=${eth_dst}${eth_src}86dd${ip6_hdr}8000dcb662f00001
-- 
2.47.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to