Re: [ovs-dev] [PATCH] ovn-controller: Fix flows between two local ports.

2015-08-07 Thread Justin Pettit
> On Aug 7, 2015, at 3:40 PM, Russell Bryant wrote: > > On 08/07/2015 06:05 PM, Justin Pettit wrote: >> A flow was missing from the remote output table that causes local >> packets to be resubmitted to the local ouptut table. >> >> Reported-by: Russell Bryant >> Signed-off-by: Justin Pettit >

Re: [ovs-dev] [PATCH] ovn-controller: Fix flows between two local ports.

2015-08-07 Thread Russell Bryant
On 08/07/2015 06:05 PM, Justin Pettit wrote: > A flow was missing from the remote output table that causes local > packets to be resubmitted to the local ouptut table. > > Reported-by: Russell Bryant > Signed-off-by: Justin Pettit Works for me. Thanks again for finding the root cause! Acked-b

[ovs-dev] [PATCH] ovn-controller: Fix flows between two local ports.

2015-08-07 Thread Justin Pettit
A flow was missing from the remote output table that causes local packets to be resubmitted to the local ouptut table. Reported-by: Russell Bryant Signed-off-by: Justin Pettit --- ovn/controller/physical.c | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/ovn/