CSC to provide a view of DPN re-sync
[openflowplugin.git] / applications / forwardingrules-manager / src / main / java / org / opendaylight / openflowplugin / applications / frm / impl / DeviceMastershipManager.java
index 4194a540239fc9c6a47fd230335d4ef3b2b73ea6..ede9d4845b1462eeefa4427f50cc2d1f84768692 100644 (file)
@@ -134,6 +134,7 @@ public class DeviceMastershipManager implements ClusteredDataTreeChangeListener<
                     if (activeNodes.contains(nodeIdent)) {
                         Set<InstanceIdentifier<FlowCapableNode>> set = Sets.newHashSet(activeNodes);
                         set.remove(nodeIdent);
+                        reconcliationAgent.flowNodeDisconnected(nodeIdent);
                         activeNodes = Collections.unmodifiableSet(set);
                         setNodeOperationalStatus(nodeIdent, false);
                     }