Create UcastMacs by Listening DS Changes
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / transact / TransactCommandAggregator.java
index 0055cf32689062ad7f39670aad0b3cd756aefc46..cd1c79c864e464134dcd67452eb4496bd52eeb93 100644 (file)
@@ -27,8 +27,6 @@ public class TransactCommandAggregator implements TransactCommand {
         commands.add(new LogicalSwitchRemoveCommand(state,changes));
         commands.add(new PhysicalPortUpdateCommand(state,changes));
         commands.add(new PhysicalPortRemoveCommand(state,changes));
-        commands.add(new PhysicalLocatorUpdateCommand(state,changes));
-        commands.add(new PhysicalLocatorRemoveCommand(state,changes));
         commands.add(new McastMacsRemoteUpdateCommand(state,changes));
         commands.add(new McastMacsRemoteRemoveCommand(state,changes));
         commands.add(new McastMacsLocalUpdateCommand(state,changes));