Added Removal of bridges from operational store 77/15677/2
authorEd Warnicke <eaw@cisco.com>
Tue, 24 Feb 2015 17:17:21 +0000 (10:17 -0700)
committerEd Warnicke <eaw@cisco.com>
Tue, 24 Feb 2015 17:59:34 +0000 (10:59 -0700)
commit21e7a7e129e3f0a2e6141affebc0adeebcca606c
tree2692156e45392c7a14abcc67edc451083000c1dc
parenteb43848a4701ffd45a54ba9f93ba29af0ddc0298
Added Removal of bridges from operational store

Change-Id: I48d830e619fe982724d11ca66283bfd77ad5bf15
Signed-off-by: Ed Warnicke <eaw@cisco.com>
southbound/southbound-api/src/main/yang/ovsdb.yang
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/SouthboundMapper.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbBridgeRemovedCommand.java [new file with mode: 0644]
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbBridgeUpdateCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbNodeRemoveCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbOperationalCommandAggregator.java