Re: [ovs-dev] [PATCH 3/3] ovn-northd: Fix table ID in a comment.

2015-11-03 Thread Russell Bryant
On 11/03/2015 03:34 PM, Ben Pfaff wrote: > On Tue, Oct 27, 2015 at 06:05:35PM +0900, Russell Bryant wrote: >> This changed from 2 to 3 when ACLs got implemented, as it turned out >> ACLs needed two tables (1 and 2). >> >> While we're at it, do a bit of OCD formatting cleanup by fixing the >> alignm

Re: [ovs-dev] [PATCH 3/3] ovn-northd: Fix table ID in a comment.

2015-11-03 Thread Ben Pfaff
On Tue, Oct 27, 2015 at 06:05:35PM +0900, Russell Bryant wrote: > This changed from 2 to 3 when ACLs got implemented, as it turned out > ACLs needed two tables (1 and 2). > > While we're at it, do a bit of OCD formatting cleanup by fixing the > alignment of '\' at the end of each line in the logic

[ovs-dev] [PATCH 3/3] ovn-northd: Fix table ID in a comment.

2015-10-27 Thread Russell Bryant
This changed from 2 to 3 when ACLs got implemented, as it turned out ACLs needed two tables (1 and 2). While we're at it, do a bit of OCD formatting cleanup by fixing the alignment of '\' at the end of each line in the logical flow table defininitions. Signed-off-by: Russell Bryant --- ovn/nort