Bug 3332: Fix connections made to an ODL instance
authorEric Multanen <eric.w.multanen@intel.com>
Thu, 21 May 2015 20:04:02 +0000 (13:04 -0700)
committerEric Multanen <eric.w.multanen@intel.com>
Fri, 29 May 2015 15:38:22 +0000 (08:38 -0700)
If an OVSDB connection is made via OVSDB SB MD-SAL
to self (same ODL) or another ODL instacne, the
OVSDB SB provider would hang or otherwise stop working.
This fixes by returning a null list to the 'list_dbs'
command.

v2 - remove white space
     When an OVSDB connection is established,
     the first request that the OVSDB Southbound makes is a
     list_dbs command.  By returning an empty db list, two
     things occur:
     1 - the request gets a response
     2 - the empty db list signals an uninteresting connection

Change-Id: I295dd47b821f7ec4ead0eb489a1b124cc574e8cf
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>

No differences found