Re: [ovs-dev] [PATCH] ovn-trace: Fix tracing when ip.dst has to go via a gateway router

2018-10-11 Thread Ben Pfaff
Thanks Numan (and Mark). I applied this to master. On Tue, Oct 09, 2018 at 03:39:46PM -0400, Mark Michelson wrote: > Looks good to me. > > Acked-by: Mark Michelson > > On 10/09/2018 09:11 AM, nusid...@redhat.com wrote: > >From: Numan Siddique > > > >ovn-trace does not trace past an l3gateway

Re: [ovs-dev] [PATCH] ovn-trace: Fix tracing when ip.dst has to go via a gateway router

2018-10-09 Thread Mark Michelson
Looks good to me. Acked-by: Mark Michelson On 10/09/2018 09:11 AM, nusid...@redhat.com wrote: From: Numan Siddique ovn-trace does not trace past an l3gateway port type. This patch fixes it. Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1626080 Suggested-by: Dan Williams

[ovs-dev] [PATCH] ovn-trace: Fix tracing when ip.dst has to go via a gateway router

2018-10-09 Thread nusiddiq
From: Numan Siddique ovn-trace does not trace past an l3gateway port type. This patch fixes it. Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1626080 Suggested-by: Dan Williams Signed-off-by: Numan Siddique --- ovn/utilities/ovn-trace.c | 9 + 1 file changed, 9