Skip to content
Snippets Groups Projects
Commit 188e4ef9 authored by abat's avatar abat
Browse files

Merge into master from pull request #155:

Register everything as an HA role listener where it was missing (https://github.com/floodlight/floodlight/pull/155)
parents 328791e8 f5fa85e8
No related branches found
No related tags found
No related merge requests found
......@@ -638,6 +638,7 @@ public class DeviceManagerImpl implements
apComparator = new AttachmentPointComparator();
floodlightProvider.addOFMessageListener(OFType.PACKET_IN, this);
floodlightProvider.addHAListener(this);
flowReconcileMgr.addFlowReconcileListener(this);
Runnable ecr = new Runnable() {
......
......@@ -603,6 +603,7 @@ public class TopologyManager implements
restApi.addRestletRoutable(new TopologyWebRoutable());
newInstanceTask.reschedule(1, TimeUnit.MILLISECONDS);
floodlightProvider.addOFMessageListener(OFType.PACKET_IN, this);
floodlightProvider.addHAListener(this);
}
// ****************
......
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