bug 8257 handling back to back mcast mac updates
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / transact / UcastMacsLocalRemoveCommand.java
index 557040049bffbcdcd605c0caceae7a0ae763128d..918c28dd6320a251ac127b5c445702fb9d363414 100644 (file)
@@ -101,4 +101,9 @@ public class UcastMacsLocalRemoveCommand extends AbstractTransactCommand<LocalUc
             return Collections.emptyList();
         }
     }
+
+    @Override
+    protected boolean isRemoveCommand() {
+        return true;
+    }
 }
\ No newline at end of file