blob: 9c3d5575351027fa9ccd08424c216ad07a130bd0 [file] [log] [blame]
Masayoshi Kobayashif358ff52013-03-22 00:31:59 +00001floodlight.modules = net.floodlightcontroller.storage.memory.MemoryStorageSource,\
2net.floodlightcontroller.core.FloodlightProvider,\
3net.floodlightcontroller.threadpool.ThreadPool,\
4net.floodlightcontroller.devicemanager.internal.DeviceManagerImpl,\
5net.floodlightcontroller.staticflowentry.StaticFlowEntryPusher,\
6net.floodlightcontroller.firewall.Firewall,\
7net.floodlightcontroller.jython.JythonDebugInterface,\
8net.floodlightcontroller.counter.CounterStore,\
9net.floodlightcontroller.perfmon.PktInProcessingTime,\
10net.floodlightcontroller.ui.web.StaticWebRoutable,\
HIGUCHI Yuta5a5ef6b2013-06-12 14:34:55 -070011net.onrc.onos.ofcontroller.onoslistener.OnosPublisher, \
Masayoshi Kobayashif358ff52013-03-22 00:31:59 +000012net.onrc.onos.registry.controller.ZookeeperRegistry
13net.floodlightcontroller.restserver.RestApiServer.port = 8080
14net.floodlightcontroller.core.FloodlightProvider.openflowport = 6633
15net.floodlightcontroller.jython.JythonDebugInterface.port = 6655
16net.floodlightcontroller.forwarding.Forwarding.idletimeout = 5
17net.floodlightcontroller.forwarding.Forwarding.hardtimeout = 0
HIGUCHI Yuta5a5ef6b2013-06-12 14:34:55 -070018net.onrc.onos.ofcontroller.onoslistener.OnosPublisher.dbconf = /tmp/cassandra.titan