OvsdbPortUpdateCommand actually add entries to tplist 86/18186/1
authorRyan Goulding <ryandgoulding@gmail.com>
Mon, 13 Apr 2015 10:58:58 +0000 (06:58 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Mon, 13 Apr 2015 10:58:58 +0000 (06:58 -0400)
Missed a step in refactoring;  adding here.

Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbPortUpdateCommand.java

index 8538b60485bd4b5eb8cae36b70544e7bd682454a..8a65497f934ff90948691711ee966d905510740c 100644 (file)
@@ -142,6 +142,7 @@ public class OvsdbPortUpdateCommand extends AbstractTransactionCommand {
         entry.addAugmentation(
                 OvsdbTerminationPointAugmentation.class,
                 ovsdbTerminationPointBuilder.build());
+        tpList.add(entry.build());
         return tpList;
     }