Changes between Version 4 and Version 5 of Internal/OpenFlow/FloodlightFVModule
- Timestamp:
- Jun 13, 2012, 4:34:37 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/FloodlightFVModule
v4 v5 72 72 73 73 == Approach (and implementation). == #a 74 (6/12): 75 [[BR]] 76 [[BR]] 74 ==== (6/12): ==== 77 75 We generally believe that the following parts will need to be implemented: 78 76 1. A broker module to register with the core module for all events - the core module can notify this module of !OpenFlow messages and new switches. … … 93 91 * finding a "nice" way to make the modules register with FVController. 94 92 95 (6/13): 96 [[BR]] 97 [[BR]] 93 ==== (6/13): ==== 98 94 A (not-so) quick revisit of the module loading system in Floodlight was done to figure out how exactly a module learns to subscribe to the main controller module. 99 95 … … 119 115 * export this as a service with key IFloodlightProviderService.class 120 116 121 This shouldn't require any change on the other modules (except the FloodlightProvider).117 This shouldn't require any change on the other modules (except FloodlightProvider.java).