Skip to content
Snippets Groups Projects
Commit 26f001ae authored by meiyangbigswitch's avatar meiyangbigswitch
Browse files

Merge branch 'master' of github.com:meiyangbigswitch/bigswitchcontroller

parents 1e7beb70 50b63fcb
No related branches found
No related tags found
No related merge requests found
......@@ -841,6 +841,8 @@ public class Controller implements IFloodlightProviderService,
h.sendRoleRequest(this.role);
Controller.this.addUpdateToQueue(new HARoleUpdate(this.role));
if (role == Role.MASTER)
Controller.this.addUpdateToQueue(new ReadyForReconcileUpdate());
}
/**
......
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