Changes between Version 11 and Version 12 of Internal/OpenFlow/FloodlightFVModule
- Timestamp:
- Jun 18, 2012, 7:16:55 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/FloodlightFVModule
v11 v12 150 150 151 151 * OFSwitchImpl: 152 *modified write() functions that call either FVController or Controller's handleOutgoingMessage() depending on OFType: 152 * a setFloodlightProxy setter function 153 * modified write() functions that call either FVController or Controller's handleOutgoingMessage() depending on OFType: 153 154 {{{ 154 155 switch (m.getType()) { … … 162 163 } 163 164 }}} 164 * a setFloodlightProxy setter function165 165 * Controller: add functions to set the floodlightProxy in OFSwitchImpl 166 166 * !FloodlightProvider: fetch and set Controller's FVProxy in init()