Changes between Version 11 and Version 12 of Internal/OpenFlow/FloodlightFVModule


Ignore:
Timestamp:
Jun 18, 2012, 7:16:55 AM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/FloodlightFVModule

    v11 v12  
    150150
    151151 * 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:
    153154{{{
    154155switch (m.getType()) {
     
    162163}
    163164}}}
    164   * a setFloodlightProxy setter function
    165165 * Controller: add functions to set the floodlightProxy in OFSwitchImpl
    166166 * !FloodlightProvider: fetch and set Controller's FVProxy in init()