blob: 50c36f94bbfbd00cd6c7679b3f3673cfe208b4ef [file] [log] [blame]
Pankaj Berdef5ca08c2013-06-10 21:36:34 -07001floodlight.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.counter.CounterStore,\
7net.floodlightcontroller.perfmon.PktInProcessingTime,\
8net.floodlightcontroller.ui.web.StaticWebRoutable,\
9net.floodlightcontroller.onoslistener.OnosPublisher, \
10net.onrc.onos.registry.controller.ZookeeperRegistry
11net.floodlightcontroller.restserver.RestApiServer.port = 8080
12net.floodlightcontroller.core.FloodlightProvider.openflowport = 6633
13net.floodlightcontroller.core.FloodlightProvider.workerthreads = 48
14net.floodlightcontroller.jython.JythonDebugInterface.port = 6655
15net.floodlightcontroller.forwarding.Forwarding.idletimeout = 5
16net.floodlightcontroller.forwarding.Forwarding.hardtimeout = 0
17net.floodlightcontroller.onoslistener.OnosPublisher.dbconf = conf/titan-embedded.properties
18