Re: [ovs-dev] [PATCH] ovn.at: Fix IPv6 periodic RA test on Windows

2018-04-16 Thread aserdean
uary 23, 2018 11:02 PM > Către: 'Ben Pfaff' ; 'Alin Gabriel Serdean' > Cc: d...@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH] ovn.at: Fix IPv6 periodic RA test on Windows > > Thanks for the review! > ___ dev ma

Re: [ovs-dev] [PATCH] ovn.at: Fix IPv6 periodic RA test on Windows

2018-01-23 Thread aserdean
I will look into it and send another revision! Thanks, Alin. > -Original Message- > From: Ben Pfaff [mailto:b...@ovn.org] > Sent: Tuesday, January 23, 2018 2:20 AM > To: Alin Gabriel Serdean > Cc: d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] ovn.at: Fix

Re: [ovs-dev] [PATCH] ovn.at: Fix IPv6 periodic RA test on Windows

2018-01-22 Thread Ben Pfaff
On Sun, Jan 14, 2018 at 07:05:16PM +0200, Alin Gabriel Serdean wrote: > One issue with this test is that MSYS mangles the shorter form of the IPv6 > address. > To solve this, we switch to the longer notation of it. > > Another issue is that `printf` command does not add the leading `0` to the >

[ovs-dev] [PATCH] ovn.at: Fix IPv6 periodic RA test on Windows

2018-01-14 Thread Alin Gabriel Serdean
One issue with this test is that MSYS mangles the shorter form of the IPv6 address. To solve this, we switch to the longer notation of it. Another issue is that `printf` command does not add the leading `0` to the packet. We switch to a more platform independent `awk` substitution. Co-authored-