blob: 13fca755558c6d44a71469262eb7e873bc9401fd [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 Yuta155cfc52013-06-14 15:54:16 -070011net.onrc.onos.ofcontroller.floodlightlistener.NetworkGraphPublisher, \
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 Yuta155cfc52013-06-14 15:54:16 -070018net.onrc.onos.ofcontroller.floodlightlistener.NetworkGraphPublisher.dbconf = /tmp/cassandra.titan