Skip to content
Snippets Groups Projects
Commit d02522ca authored by Rob Vaterlaus's avatar Rob Vaterlaus
Browse files

Fixed incorrect merge problem.

parent cd3e6acc
No related branches found
No related tags found
No related merge requests found
...@@ -166,16 +166,14 @@ public class Controller implements IFloodlightProviderService, ...@@ -166,16 +166,14 @@ public class Controller implements IFloodlightProviderService,
// Configuration options // Configuration options
protected int openFlowPort = 6633; protected int openFlowPort = 6633;
protected int workerThreads = 0; protected int workerThreads = 0;
// The id for this controller node. Should be unique for each controller
// node in a controller cluster.
protected String controllerId = "localhost"; protected String controllerId = "localhost";
// The current role of the controller. // The current role of the controller.
// If the controller isn't configured to support roles, then this is null. // If the controller isn't configured to support roles, then this is null.
protected Role role; protected Role role;
// The id for this controller node. Should be unique for each controller
// node in a controller cluster.
protected String controllerId;
// Storage table names // Storage table names
protected static final String CONTROLLER_TABLE_NAME = "controller_controller"; protected static final String CONTROLLER_TABLE_NAME = "controller_controller";
protected static final String CONTROLLER_ID = "id"; protected static final String CONTROLLER_ID = "id";
......
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