[ovs-dev] [PATCH] ovsdb-client: Avoid assertion with multiple databases.

Justin Pettit jpettit at nicira.com
Tue May 7 00:54:24 UTC 2013


On May 6, 2013, at 3:43 PM, Ben Pfaff <blp at nicira.com> wrote:

> On Mon, May 06, 2013 at 12:50:52PM -0700, Justin Pettit wrote:
>> When using ovsdb-client with an ovsdb-server with multiple databases, an
>> assertion could trigger due to them being returned in non-sorted order.
>> This commit changes the fetch_dbs() function to always return databases
>> in sorted order, since both callers are expecting that behavior.
>> 
>> Signed-off-by: Justin Pettit <jpettit at nicira.com>
>> Reported-by: Spiro Kourtessis <spiro at vmware.com>
> 
> Looks good, thanks.

Thanks.  I pushed this to master, branch-1.9, branch-1.10, and branch-1.11.

--Justin





More information about the dev mailing list