Re: [ovs-dev] [PATCH] system-traffic: Make ping6 vlan test more reliable.

2016-08-05 Thread Joe Stringer
On 4 August 2016 at 18:28, Daniele Di Proietto wrote: > LGTM, thanks > > Acked-by: Thanks, applied. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] system-traffic: Make ping6 vlan test more reliable.

2016-08-04 Thread Daniele Di Proietto
LGTM, thanks Acked-by: 2016-08-04 17:40 GMT-07:00 Joe Stringer : > Previously we checked on the underlying interfaces rather than the vlan > interfaces to verify whether IPv6 connectivity is available; > occasionally this would fail on some systems. Wait

[ovs-dev] [PATCH] system-traffic: Make ping6 vlan test more reliable.

2016-08-04 Thread Joe Stringer
Previously we checked on the underlying interfaces rather than the vlan interfaces to verify whether IPv6 connectivity is available; occasionally this would fail on some systems. Wait on the VLAN IP instead. Signed-off-by: Joe Stringer --- tests/system-traffic.at | 2 +- 1 file