Re: [ovs-dev] [PATCH v3 03/10] ovn: Make column comparisons more generic.

2015-07-28 Thread Ben Pfaff
On Tue, Jul 21, 2015 at 12:59:13PM -0400, Russell Bryant wrote: > The logic in ovn-northd's parents_equal() and tags_equal() is useful > for other columns, so convert them into more generic functions that > can be reused. > > Signed-off-by: Russell Bryant Applied to master, thanks! _

[ovs-dev] [PATCH v3 03/10] ovn: Make column comparisons more generic.

2015-07-21 Thread Russell Bryant
The logic in ovn-northd's parents_equal() and tags_equal() is useful for other columns, so convert them into more generic functions that can be reused. Signed-off-by: Russell Bryant --- ovn/northd/ovn-northd.c | 31 --- 1 file changed, 20 insertions(+), 11 deletions(-