Re: [ovs-dev] [PATCH] ovn-trace: Temporary fix for segment fault

2016-09-14 Thread Ben Pfaff
On Fri, Sep 09, 2016 at 02:05:14PM -0700, Han Zhou wrote: > ovn-trace crashes when there are dhcp flows, which makes the tool > unusable. This patch is to fix the crash with a dummy dhcp_opts, > until dhcp_opts is completely supported by ovn-trace. > > Signed-off-by: Han Zhou It doesn't fix the

[ovs-dev] [PATCH] ovn-trace: Temporary fix for segment fault

2016-09-09 Thread Han Zhou
ovn-trace crashes when there are dhcp flows, which makes the tool unusable. This patch is to fix the crash with a dummy dhcp_opts, until dhcp_opts is completely supported by ovn-trace. Signed-off-by: Han Zhou --- ovn/utilities/ovn-trace.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion