Changes between Version 36 and Version 37 of Internal/OpenFlow/FloodlightFVModule
- Timestamp:
- Aug 7, 2012, 11:40:54 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/FloodlightFVModule
v36 v37 383 383 Further comparisons suggest that classifiers are essentially analogous to Floodlight's OFSwitchImpl. Treating each OFSwitchImpl as a Classifier seems to be a good way to seamlessly incorporate the slicing portion of Flowvisor. 384 384 385 ==== (8/7) ==== 386 The errors in the org.flowvisor.message.* packages that were moved from Flowvisor are resolved from a compilation standpoint, though this does not mean (at all) that there are no errors in the logic. A new FVlog class was improvised using slf4j.Logger, and a big guess was taken that the LLDP and FlowDB components won't really be needed. To maintain logical parallels, The IFloodlightProvider implementation was renamed !FlowVisor, with appropriate interfaces needed by the message packages. 387 388 Now these components need to be 'wired in', e.g. called in the right locations. 389 385 390 ===== --- ===== 386 391 [#top home] [[BR]]