Changes between Version 32 and Version 33 of Internal/OpenFlow/Controllers/MultiCtl
- Timestamp:
- Nov 9, 2012, 12:36:23 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/Controllers/MultiCtl
v32 v33 17 17 [#w7 week7][[BR]] 18 18 [#w8 week8][[BR]] 19 [#w9 week9][[BR]] 20 [#w10 week10][[BR]] 21 [#w11 week11][[BR]] 22 [#w12 week12][[BR]] 23 [#w13 week13][[BR]] 19 24 20 25 == Overview. == #i … … 286 291 To 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. 287 292 293 [[BR]] 294 End of week7 :[#iv Back to Logs.] 288 295 ==== (11/2) ==== #w8 289 296 Concept work for the module front end to remote connections: [[BR]] … … 310 317 * multiple remote controllers with conflicting requests - For the same event. Strongly implies diversion should /not/ drop a event after it passes through one. 311 318 312 For starters, the most basic structure would be a diverting module(work on one at a time, the default dispatcher behavior) 319 For starters, the most basic structure would be a diverting module(work on one at a time, the default dispatcher behavior) 320 321 ==== (11/8) ==== 322 The 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 327 Vendor 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. 313 328 ---- 314 329 [#home Home.]