Skip to content
Snippets Groups Projects
  1. May 03, 2013
  2. Apr 26, 2013
  3. Apr 22, 2013
  4. Apr 18, 2013
    • Gregor Maier's avatar
      Controller getSwitches() -> getSwitch(long dpid) · 2af68ac5
      Gregor Maier authored
      Necessary step for switch sync. We can't use
      IFloodlightProvider.getSwitches() anymore. We now have a getSwitch()
      method. There are also methods to get all dpids (getAllSwitchDpids())
      and to get a map (getAllSwitchesMap()). These two return a snapshot.
      TODO: need to check if they are used under the correct assumption in
      existing code.
      
      First stab at SwitchSyncRepresentation, which is the object I indent to
      put in the SyncStore.
      2af68ac5
  5. Apr 17, 2013
  6. Jan 30, 2013
  7. Jan 06, 2013
  8. Dec 31, 2012
  9. Dec 07, 2012
  10. Dec 05, 2012
  11. Dec 04, 2012
  12. Sep 20, 2012
  13. Sep 15, 2012
  14. Aug 09, 2012
  15. May 14, 2012
    • Gregor Maier's avatar
      Add API and notification to controller node IP address (and changes). · 23a4706d
      Gregor Maier authored
      Controller now needs to listen for storage notifcation and it will
      dispatch updates if the controller node IPs change.
      
      We now have three different types of updates in the Controller.updates
      queue ==> Refactored to use different update classes that implement a
      common IUpdate interface instead of a several types and a switch
      statemet.
      
      Add unit test for Controller.updates queue
      
      Retab that caused some unrelated chagnes but now now more tabs:
          flconext, addInfoProvider, removeInfoProviderm getControllerInfo
      
      Retab also causes changes in flcontext: that's only indentation.
      
      Needed to touch quite some files to refactoring: rename
      IHARoleListener -> IHAListener
      
      [#29035681]
      23a4706d
  16. Apr 26, 2012
  17. Apr 06, 2012
  18. Apr 03, 2012
  19. Mar 16, 2012
  20. Mar 11, 2012
  21. Mar 02, 2012
  22. Feb 28, 2012
  23. Feb 22, 2012
  24. Feb 21, 2012
  25. Feb 08, 2012
  26. Feb 01, 2012
  27. Jan 27, 2012
  28. Jan 25, 2012
  29. Jan 17, 2012
  30. Dec 16, 2011
Loading