Skip to content
Snippets Groups Projects
Commit a4055b45 authored by Srinivasan Ramasubramanian's avatar Srinivasan Ramasubramanian
Browse files

Do not send PORT_UP notifications when the ports are cleared from the maintenance queue.

parent 4402e866
No related branches found
No related tags found
No related merge requests found
...@@ -440,7 +440,6 @@ IFloodlightModule, IInfoProvider, IHAListener { ...@@ -440,7 +440,6 @@ IFloodlightModule, IInfoProvider, IHAListener {
NodePortTuple npt; NodePortTuple npt;
npt = maintenanceQueue.remove(); npt = maintenanceQueue.remove();
sendDiscoveryMessage(npt.getNodeId(), npt.getPortId(), false, false); sendDiscoveryMessage(npt.getNodeId(), npt.getPortId(), false, false);
nptList.add(npt);
count++; count++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment