Northbound support for inserting table rows 81/2681/2
authorMadhu Venugopal <mavenugo@gmail.com>
Mon, 11 Nov 2013 00:23:23 +0000 (16:23 -0800)
committerMadhu Venugopal <mavenugo@gmail.com>
Wed, 13 Nov 2013 15:12:09 +0000 (07:12 -0800)
commit55e70d94d4fb2d5f27371e9de463153c52dbf41c
treec173670f78de6705b9c72f13fca87d1a5e177e85
parent3f61b4c1428dd72708f9190e9a5638ce8ca26cfd
Northbound support for inserting table rows

Change-Id: Ifc006389046028c814ebb4d2090d4b5882745bed
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
northbound/ovsdb/enunciate.xml [new file with mode: 0644]
northbound/ovsdb/pom.xml [new file with mode: 0644]
northbound/ovsdb/src/main/java/org/opendaylight/ovsdb/northbound/OVSDBNorthbound.java [new file with mode: 0644]
northbound/ovsdb/src/main/java/org/opendaylight/ovsdb/northbound/OVSDBRow.java [new file with mode: 0644]
northbound/ovsdb/src/main/resources/WEB-INF/web.xml [new file with mode: 0644]
ovsdb/pom.xml
ovsdb/src/main/java/org/opendaylight/ovsdb/lib/table/internal/Table.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/OVSDBConfigService.java [new file with mode: 0644]