Changes between Version 14 and Version 15 of Internal/OpenFlow/Controllers/FlowVisor
- Timestamp:
- Jun 21, 2012, 9:40:40 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/Controllers/FlowVisor
v14 v15 175 175 176 176 === Startup === 177 '''In `Flowvisor.java`:''' 177 '''In `Flowvisor.java`:''' [[BR]] 178 Main function: 179 1. Read configurations from file (default: /usr/local/etc/flowvisor/config.json) 180 1. Populate FVConfig with file contents 181 1. launch run() routine 182 run() routine: 178 183 1. Instantiate event loop 179 184 1. If the topology controller is needed, initialize 180 185 1. Initialize the OFSwitchAcceptor 181 186 1. Initialize the API server 187 1. Set configurations with contents of FVConfig 188 1. launch event handling 182 189 183 190 '''In `OFSwitchAcceptor`:'''