Fixed OVSDB Passive Connection interaction bugs with Connection Manager. 74/2574/1
authorMadhu Venugopal <mavenugo@gmail.com>
Sun, 10 Nov 2013 02:18:43 +0000 (18:18 -0800)
committerMadhu Venugopal <mavenugo@gmail.com>
Sun, 10 Nov 2013 02:18:43 +0000 (18:18 -0800)
commit72500ef888ad6d87e67f55e71967ca5c94fbe9c8
tree38a99990551a00057864752e49c9ce0ef45cf2c7
parent69c7dc0221cc3e4f0083cde19048157eafc40d51
Fixed OVSDB Passive Connection interaction bugs with Connection Manager.
Luis (from the integration project) identified the SAL Connection service interaction issues
during OVSDB Passive connection to the controller.
Also introduced the disconnect handling, including cleaning up the tableCache for that node.

Change-Id: Ieb7ed88e164574c3f27413d8ccae38222e82d89f
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/Activator.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/ChannelConnectionHandler.java [new file with mode: 0644]
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/ConnectionService.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/InventoryService.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/InventoryServiceInternal.java