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

2015-08-07 Thread Russell Bryant
On 08/07/2015 06:11 PM, Justin Pettit wrote: > Thanks for tracking down the issue and supplying a patch, Russell. > However, I think the core problem was that there was a missing flow. > Specifically, the one described in the last sentence from this part > of the ovn-architecture man page: > >

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

2015-08-07 Thread Justin Pettit
Thanks for tracking down the issue and supplying a patch, Russell. However, I think the core problem was that there was a missing flow. Specifically, the one described in the last sentence from this part of the ovn-architecture man page: Each flow in table 32 matches on a

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

2015-08-06 Thread Russell Bryant
Packets were always resubmmited to the remote output table, which handles output to a remote chassis. Broadcast packets were only sent remotely and not to local ports on the same logical switch. Unicast packets between 2 local ports also didn't work. This patch makes it so packets are sent to bo

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

2015-08-06 Thread Russell Bryant
Packets were always resubmmited to the remote output table, which handles output to a remote chassis. Broadcast packets were only sent remotely and not to local ports on the same logical switch. Unicast packets between 2 local ports also didn't work. This patch makes it so packets are sent to bo

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

2015-08-06 Thread Russell Bryant
Packets were always resubmmited to the remote output table, which handles output to a remote chassis. Broadcast packets were only sent remotely and not to local ports on the same logical switch. Unicast packets between 2 local ports also didn't work. This patch makes it so packets are sent to bo