On Tue, Oct 29, 2024 at 2:34 PM Eelco Chaudron <[email protected]> wrote: > @@ -7892,7 +7933,10 @@ NS_CHECK_EXEC([at_ns0], [ping6 -q -c 3 -i 0.3 -W 2 > fc00::240 | FORMAT_PING], [0] > > dnl Should work with the virtual IP address through NAT > OVS_START_L7([at_ns1], [http6]) > -NS_CHECK_EXEC([at_ns0], [wget http://[[fc00::240]] -t 5 -T 1 > --retry-connrefused -v -o wget0.log]) > +NS_CHECK_EXEC([at_ns0], > + [curl http://[[fc00::240]] --retry 5 --max-time 1 --retry-connrefused \ > + -v >curl0.log 2>&1]) > + >
Nit: no need for extra line here. > AT_CHECK([ovs-appctl dpctl/dump-conntrack | FORMAT_CT(fc00::1)], [0], [dnl > > icmpv6,orig=(src=fc00::1,dst=fc00::240,id=<cleared>,type=128,code=0),reply=(src=fc00::2,dst=fc00::1,id=<cleared>,type=129,code=0),zone=1 -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
