Configuration Service's Add Bridge integrated with the new netty library. 63/2263/2
authorMadhu Venugopal <mavenugo@gmail.com>
Tue, 29 Oct 2013 22:54:32 +0000 (15:54 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Tue, 29 Oct 2013 23:00:56 +0000 (16:00 -0700)
commit277d19ada6c2d047cb0c016a210d874ef90e1bd3
tree7da6b85ba84a56aa443f771dcbde77e3d9b98d6a
parent7e5ec0eef35d24aecd6b8a0fff13dee3e36721d5
Configuration Service's Add Bridge integrated with the new netty library.

Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
Change-Id: I4e4e61f68f4e1a2c4a9753c4ee6f74a26018c03c
12 files changed:
ovsdb/.classpath
ovsdb/pom.xml
ovsdb/src/main/java/org/opendaylight/ovsdb/lib/jsonrpc/JsonRpcEndpoint.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/Activator.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/ConfigurationService.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/ConnectionService.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/IPAddressProperty.java [new file with mode: 0644]
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/InventoryService.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/InventoryServiceInternal.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/L4PortProperty.java [new file with mode: 0644]
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/NodeDB.java
ovsdb/src/test/java/org/opendaylight/ovsdb/lib/message/OVSDBNettyFactoryTest.java