Fixed some typos
[osm/openvim.git] / scripts / flow.properties_v1.1
1 floodlight.modules=\
2 net.floodlightcontroller.jython.JythonDebugInterface,\
3 net.floodlightcontroller.storage.memory.MemoryStorageSource,\
4 net.floodlightcontroller.core.internal.FloodlightProvider,\
5 net.floodlightcontroller.threadpool.ThreadPool,\
6 net.floodlightcontroller.debugcounter.DebugCounterServiceImpl,\
7 net.floodlightcontroller.perfmon.PktInProcessingTime,\
8 net.floodlightcontroller.debugevent.DebugEventService,\
9 net.floodlightcontroller.staticflowentry.StaticFlowEntryPusher,\
10 net.floodlightcontroller.restserver.RestApiServer,\
11 net.floodlightcontroller.topology.TopologyManager,\
12 net.floodlightcontroller.forwarding.Forwarding,\
13 net.floodlightcontroller.linkdiscovery.internal.LinkDiscoveryManager,\
14 net.floodlightcontroller.ui.web.StaticWebRoutable,\
15 net.floodlightcontroller.loadbalancer.LoadBalancer,\
16 net.floodlightcontroller.firewall.Firewall,\
17 net.floodlightcontroller.devicemanager.internal.DeviceManagerImpl
18 org.sdnplatform.sync.internal.SyncManager.authScheme=CHALLENGE_RESPONSE
19 org.sdnplatform.sync.internal.SyncManager.keyStorePath=/etc/floodlight/auth_credentials.jceks
20 org.sdnplatform.sync.internal.SyncManager.dbPath=/var/lib/floodlight/
21 org.sdnplatform.sync.internal.SyncManager.port=6642
22 net.floodlightcontroller.core.internal.FloodlightProvider.openflowPort=6653
23 net.floodlightcontroller.core.internal.FloodlightProvider.role=ACTIVE
24 net.floodlightcontroller.core.internal.OFSwitchManager.clearTablesOnInitialHandshakeAsMaster=YES
25 net.floodlightcontroller.core.internal.OFSwitchManager.clearTablesOnEachTransitionToMaster=YES
26 net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePath=/path/to/your/keystore-file.jks
27 net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePassword=your-keystore-password
28 net.floodlightcontroller.core.internal.OFSwitchManager.useSsl=NO
29 net.floodlightcontroller.restserver.RestApiServer.keyStorePath=/path/to/your/keystore-file.jks
30 net.floodlightcontroller.restserver.RestApiServer.keyStorePassword=your-keystore-password
31 net.floodlightcontroller.restserver.RestApiServer.httpsNeedClientAuthentication=NO
32 net.floodlightcontroller.restserver.RestApiServer.useHttps=NO
33 net.floodlightcontroller.restserver.RestApiServer.useHttp=YES
34 net.floodlightcontroller.restserver.RestApiServer.httpsPort=8081
35 net.floodlightcontroller.restserver.RestApiServer.httpPort=8080
36