Changes between Version 4 and Version 5 of Internal/OpenFlow/FloodlightFVModule


Ignore:
Timestamp:
Jun 13, 2012, 4:34:37 AM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/FloodlightFVModule

    v4 v5  
    7272
    7373== Approach (and implementation). == #a
    74 (6/12):
    75 [[BR]]
    76 [[BR]]
     74==== (6/12): ====
    7775We generally believe that the following parts will need to be implemented:
    7876 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.
     
    9391 * finding a "nice" way to make the modules register with FVController.
    9492
    95 (6/13):
    96 [[BR]]
    97 [[BR]]
     93==== (6/13): ====
    9894A (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.
    9995
     
    119115 * export this as a service with key IFloodlightProviderService.class
    120116
    121 This shouldn't require any change on the other modules (except the FloodlightProvider).     
     117This shouldn't require any change on the other modules (except FloodlightProvider.java).