Skip to content
Snippets Groups Projects
  1. May 02, 2016
  2. May 01, 2016
  3. Apr 29, 2016
  4. Apr 28, 2016
  5. Apr 26, 2016
  6. Apr 25, 2016
  7. Apr 21, 2016
  8. Apr 11, 2016
  9. Apr 06, 2016
  10. Apr 03, 2016
  11. Mar 30, 2016
  12. Mar 29, 2016
  13. Mar 28, 2016
    • Tulio Ribeiro's avatar
      Added comments at new functions. · ab3da0f4
      Tulio Ribeiro authored
      Fault tolerant based on events, now it is totally event driven.
      Logs with INFO scope.
      Romoved comment from OFChannelHandler to show logs again.
      
      floodlightdefault.properties2 renamed to floodlightBackupNode.properties
      
      :)
      ab3da0f4
    • Tulio Ribeiro's avatar
      Fault tolerance module based on events, now it is event driven. · 98dd2d8c
      Tulio Ribeiro authored
      Switch roles from floodlightdefault.properties.
      
      Fault tolerance with primary-backup or distributed, without reconfiguration.
      One time crashed the controller shall restart with all switches in slave mode.
      This can be achieved from floodlight.properties file.
      
      The second properties file, floodlighBackupNode.properties is for backup nodes, and swicthes shall be configures in slave mode.
      
      Regards
      98dd2d8c
    • Tulio Ribeiro's avatar
      Now it is totally event driven. · 0fe87738
      Tulio Ribeiro authored
      Hello guys, I have changed the logic of simple.FT (Fault Tolerant) module.
      
      The basic idea is, the FT module register on SyncManager to receive RPC events
      (connect and disconect nodes).
      
      In connect events, the controller send its switch list to storage and
      the other controllers can sync this info.
      In disconnect events, the controller is informed about which controller crashed and
      get switch list from storage and send a role request message to swicthes.
      
      Regards.
      0fe87738
    • Ryan Izard's avatar
      Merge pull request #644 from rsharo/master · 228fe865
      Ryan Izard authored
      Bug fix for FirewallRule.isSameAs()
      228fe865
  14. Mar 26, 2016
  15. Mar 25, 2016
Loading