Skip to content
Snippets Groups Projects
Commit 78f8b640 authored by Tulio Ribeiro's avatar Tulio Ribeiro
Browse files

Added:

Author, and minimal changes.
parent bcbe53b0
No related branches found
No related tags found
No related merge requests found
/**
* Tulio Alberton Ribeiro
*
* LaSIGE - Large-Scale Informatics Systems Laboratory
*
* 03/2016
*
* Without warrant
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*/
package net.floodlightcontroller.simpleft;
import java.util.ArrayList;
......
/**
* Tulio Alberton Ribeiro
*
* LaSIGE - Large-Scale Informatics Systems Laboratory
*
* 03/2016
*
* Without warrant
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
......
......@@ -39,8 +39,8 @@ net.floodlightcontroller.core.internal.OFSwitchManager.defaultMaxTablesToReceive
net.floodlightcontroller.core.internal.OFSwitchManager.maxTablesToReceiveTableMissFlowPerDpid={"00:00:00:00:00:00:00:01":"1","2":"1"}
net.floodlightcontroller.core.internal.OFSwitchManager.clearTablesOnInitialHandshakeAsMaster=NO
net.floodlightcontroller.core.internal.OFSwitchManager.clearTablesOnEachTransitionToMaster=NO
net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePath=/path/to/file.jecks
net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePassword=pass
net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePath=/path/to/file.jceks
net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePassword=Password
net.floodlightcontroller.core.internal.OFSwitchManager.useSsl=NO
net.floodlightcontroller.core.internal.OFSwitchManager.supportedOpenFlowVersions=1.0, 1.1, 1.2, 1.3, 1.4
net.floodlightcontroller.core.internal.OFSwitchManager.switchesInitialState={"00:00:00:00:00:00:00:01":"ROLE_SLAVE","00:00:00:00:00:00:00:02":"ROLE_SLAVE", "00:00:00:00:00:00:00:03":"ROLE_SLAVE", "00:00:00:00:00:00:00:04":"ROLE_SLAVE","00:00:00:00:00:00:00:05":"ROLE_SLAVE"}
......
......@@ -46,8 +46,8 @@ net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePassword=PassFL
net.floodlightcontroller.core.internal.OFSwitchManager.useSsl=NO
net.floodlightcontroller.core.internal.OFSwitchManager.supportedOpenFlowVersions=1.0, 1.1, 1.2, 1.3, 1.4
net.floodlightcontroller.core.internal.OFSwitchManager.switchesInitialState={"00:00:00:00:00:00:00:01":"ROLE_MASTER","00:00:00:00:00:00:00:02":"ROLE_MASTER", "00:00:00:00:00:00:00:03":"ROLE_MASTER", "00:00:00:00:00:00:00:04":"ROLE_MASTER","00:00:00:00:00:00:00:05":"ROLE_MASTER"}
net.floodlightcontroller.restserver.RestApiServer.keyStorePath=/path/to/file
net.floodlightcontroller.restserver.RestApiServer.keyStorePassword=passs
net.floodlightcontroller.restserver.RestApiServer.keyStorePath=/path/to.jceks
net.floodlightcontroller.restserver.RestApiServer.keyStorePassword=Password
net.floodlightcontroller.restserver.RestApiServer.httpsNeedClientAuthentication=NO
net.floodlightcontroller.restserver.RestApiServer.useHttps=NO
net.floodlightcontroller.restserver.RestApiServer.useHttp=YES
......
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