| floodlight.modules=\ |
| net.floodlightcontroller.jython.JythonDebugInterface,\ |
| net.floodlightcontroller.storage.memory.MemoryStorageSource,\ |
| net.floodlightcontroller.core.internal.FloodlightProvider,\ |
| net.floodlightcontroller.threadpool.ThreadPool,\ |
| net.floodlightcontroller.debugcounter.DebugCounterServiceImpl,\ |
| net.floodlightcontroller.perfmon.PktInProcessingTime,\ |
| net.floodlightcontroller.debugevent.DebugEventService,\ |
| net.floodlightcontroller.staticflowentry.StaticFlowEntryPusher,\ |
| net.floodlightcontroller.restserver.RestApiServer,\ |
| net.floodlightcontroller.topology.TopologyManager,\ |
| net.floodlightcontroller.forwarding.Forwarding,\ |
| net.floodlightcontroller.linkdiscovery.internal.LinkDiscoveryManager,\ |
| net.floodlightcontroller.ui.web.StaticWebRoutable,\ |
| net.floodlightcontroller.loadbalancer.LoadBalancer,\ |
| net.floodlightcontroller.firewall.Firewall,\ |
| net.floodlightcontroller.devicemanager.internal.DeviceManagerImpl |
| org.sdnplatform.sync.internal.SyncManager.authScheme=CHALLENGE_RESPONSE |
| org.sdnplatform.sync.internal.SyncManager.keyStorePath=/etc/floodlight/auth_credentials.jceks |
| org.sdnplatform.sync.internal.SyncManager.dbPath=/var/lib/floodlight/ |
| org.sdnplatform.sync.internal.SyncManager.port=6642 |
| net.floodlightcontroller.core.internal.FloodlightProvider.openflowPort=6653 |
| net.floodlightcontroller.core.internal.FloodlightProvider.role=ACTIVE |
| net.floodlightcontroller.core.internal.OFSwitchManager.clearTablesOnInitialHandshakeAsMaster=YES |
| net.floodlightcontroller.core.internal.OFSwitchManager.clearTablesOnEachTransitionToMaster=YES |
| net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePath=/path/to/your/keystore-file.jks |
| net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePassword=your-keystore-password |
| net.floodlightcontroller.core.internal.OFSwitchManager.useSsl=NO |
| net.floodlightcontroller.restserver.RestApiServer.keyStorePath=/path/to/your/keystore-file.jks |
| net.floodlightcontroller.restserver.RestApiServer.keyStorePassword=your-keystore-password |
| net.floodlightcontroller.restserver.RestApiServer.httpsNeedClientAuthentication=NO |
| net.floodlightcontroller.restserver.RestApiServer.useHttps=NO |
| net.floodlightcontroller.restserver.RestApiServer.useHttp=YES |
| net.floodlightcontroller.restserver.RestApiServer.httpsPort=8081 |
| net.floodlightcontroller.restserver.RestApiServer.httpPort=8080 |
| |