| tierno | f7aa8c4 | 2016-09-06 16:43:04 +0200 | [diff] [blame] | 1 | ## |
| 2 | # Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. |
| 3 | # This file is part of openmano |
| 4 | # All Rights Reserved. |
| 5 | # |
| 6 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 7 | # not use this file except in compliance with the License. You may obtain |
| 8 | # a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | # |
| 12 | # Unless required by applicable law or agreed to in writing, software |
| 13 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 14 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 15 | # License for the specific language governing permissions and limitations |
| 16 | # under the License. |
| 17 | # |
| 18 | # For those usages not covered by the Apache License, Version 2.0 please |
| 19 | # contact with: nfvlabs@tid.es |
| 20 | ## |
| 21 | |
| 22 | floodlight.modules = net.floodlightcontroller.storage.memory.MemoryStorageSource,\ |
| 23 | net.floodlightcontroller.core.FloodlightProvider,\ |
| 24 | net.floodlightcontroller.threadpool.ThreadPool,\ |
| 25 | net.floodlightcontroller.staticflowentry.StaticFlowEntryPusher,\ |
| 26 | net.floodlightcontroller.firewall.Firewall,\ |
| 27 | net.floodlightcontroller.jython.JythonDebugInterface,\ |
| 28 | net.floodlightcontroller.counter.CounterStore,\ |
| 29 | net.floodlightcontroller.perfmon.PktInProcessingTime,\ |
| 30 | net.floodlightcontroller.ui.web.StaticWebRoutable |
| 31 | |
| 32 | #PORT API floodlight will listen to. Must match the 'of_controller_port' of openvimd.cfg |
| 33 | net.floodlightcontroller.restserver.RestApiServer.port = 7070 |
| 34 | |
| 35 | #PORT used by the switch to connect to floodlight |
| 36 | net.floodlightcontroller.core.FloodlightProvider.openflowport = 6633 |
| 37 | net.floodlightcontroller.jython.JythonDebugInterface.port = 6655 |
| 38 | |
| 39 | #timeout parameters |
| 40 | net.floodlightcontroller.forwarding.Forwarding.idletimeout = 5 |
| 41 | net.floodlightcontroller.forwarding.Forwarding.hardtimeout = 0 |
| 42 | |