Re: [ovs-dev] [PATCH v3 ovn 2/3] ovn-detrace: Fix line parsing.

2019-11-13 Thread Dumitru Ceara
On Tue, Nov 12, 2019 at 11:16 PM Han Zhou wrote: > > > Hi Dumitru, > > Thanks for improving the tool. Hi Han, Thanks for the review. > > On Tue, Nov 12, 2019 at 8:47 AM Dumitru Ceara wrote: > > > > The script was never parsing the first cookie in the input. Also, add a > > check to make sure

Re: [ovs-dev] [PATCH v3 ovn 2/3] ovn-detrace: Fix line parsing.

2019-11-12 Thread Han Zhou
Hi Dumitru, Thanks for improving the tool. On Tue, Nov 12, 2019 at 8:47 AM Dumitru Ceara wrote: > > The script was never parsing the first cookie in the input. Also, add a > check to make sure that the cookie refers to a Logical_Flow before > trying to print the record. > > Signed-off-by:

[ovs-dev] [PATCH v3 ovn 2/3] ovn-detrace: Fix line parsing.

2019-11-12 Thread Dumitru Ceara
The script was never parsing the first cookie in the input. Also, add a check to make sure that the cookie refers to a Logical_Flow before trying to print the record. Signed-off-by: Dumitru Ceara --- utilities/ovn-detrace.in | 24 ++-- 1 file changed, 14 insertions(+), 10