Changes between Version 32 and Version 33 of Internal/OpenFlow/Controllers/MultiCtl


Ignore:
Timestamp:
Nov 9, 2012, 12:36:23 AM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/Controllers/MultiCtl

    v32 v33  
    1717 [#w7 week7][[BR]]
    1818 [#w8 week8][[BR]]
     19 [#w9 week9][[BR]]
     20 [#w10 week10][[BR]]
     21 [#w11 week11][[BR]]
     22 [#w12 week12][[BR]]
     23 [#w13 week13][[BR]]
    1924
    2025== Overview. == #i
     
    286291To keep things simple, of the Message category of events, focus will be placed on the Packet_In type (0x10), which is practically a catch-all for network host related messages. If more fine-tuned filtering is requires, a OFMatch structure may probably be used to describe the constraints on the types of Packet_Ins a subscriber may wish to hear about.
    287292
     293[[BR]]     
     294End of week7 :[#iv Back to Logs.]
    288295==== (11/2) ==== #w8
    289296Concept work for the module front end to remote connections: [[BR]]
     
    310317 * multiple remote controllers with conflicting requests - For the same event. Strongly implies diversion should /not/ drop a event after it passes through one.
    311318
    312 For starters, the most basic structure would be a diverting module(work on one at a time, the default dispatcher behavior)       
     319For starters, the most basic structure would be a diverting module(work on one at a time, the default dispatcher behavior) 
     320
     321==== (11/8) ====
     322The current state of the implementation is as follows:
     323 * central configuration file for the advertisements sent by the controller
     324 * single remote dispatch module that registers as a listener for devices, switches, and messages
     325 * Vendor message-based control plane communication
     326
     327Vendor message contents may be classified into initialization messages and service messages. The former are messages exchanged during an initial handshake between controllers, and the latter are messages used during normal operation e.g. for event messaging and returning processed results. In the interest of time, the controller-specific event contexts will probably be used for this purpose, as it can be used to directly manipulate the behavior of various modules. In the ideal case, a more general messaging format should work.
    313328----
    314329[#home Home.]