On 9/9/25 3:11 PM, Xavier Simonart wrote: > Signed-off-by: Xavier Simonart <[email protected]> > > --- > 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
Hi Xavier, Thanks for this new revision. Applied to main and all stable branches down to 24.03. Regards, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
