Bug 7606: Fix for missed tunnel flows, after VM live migration
[netvirt.git] / openstack / net-virt / src / main / java / org / opendaylight / netvirt / openstack / netvirt / api / SecurityGroupCacheManger.java
index d14a63e20d13f05cb7c52145bfffd379e622734c..4122dba7a3b6d823c07e68003625d3ac18acb425 100644 (file)
@@ -45,6 +45,7 @@ public interface SecurityGroupCacheManger {
      * from the cache maintained.
      * @param remoteSgUuid the remote security group uuid.
      * @param portUuid portUUID the uuid of the port.
+     * @param nodeId the NodeId of the node.
      */
-    void removeFromCache(String remoteSgUuid, String portUuid);
+    void removeFromCache(String remoteSgUuid, String portUuid, NodeId nodeId);
 }