- May 14, 2012
-
-
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]
-
- May 11, 2012
-
-
Gregor Maier authored
-
Gregor Maier authored
-
Mike Cohen authored
-
- May 10, 2012
-
-
abat authored
Add a config parameter to change the port the Jython server runs on. (https://github.com/floodlight/floodlight/pull/106)
-
Alex Reimers authored
-
Alex Reimers authored
-
- May 08, 2012
-
-
Mike Cohen authored
-
Mike Cohen authored
Note: Switch stats don't update yet...not sure why...coming next.
-
- May 07, 2012
-
-
abat authored
topology ui: more error checking (https://github.com/floodlight/floodlight/pull/105)
-
Rob Sherwood authored
-
abat authored
topology ui: show vendor names in switch view (https://github.com/floodlight/floodlight/pull/104)
-
Rob Sherwood authored
-
abat authored
topology ui bugfix: don't assume hosts have ips (https://github.com/floodlight/floodlight/pull/103)
-
Rob Sherwood authored
topology viewer was dying if floodlight had not yet discovered an IP address for every host.
-
- May 05, 2012
-
-
Kanzhe Jiang authored
-
Kanzhe Jiang authored
-
- May 04, 2012
-
-
abat authored
Add support for generating test coverage using cobertura (https://github.com/floodlight/floodlight/pull/102)
-
Rob Adams authored
-
abat authored
Enhance TopologyManager REST API. (https://github.com/floodlight/floodlight/pull/101)
-
Alex Reimers authored
-
Alex Reimers authored
-
Mike Cohen authored
Removing a couple placeholders unlikely to be filled in for the near future. Would be great to get uptime but have no api for it right now.
-
Mike Cohen authored
-
Mike Cohen authored
-
- May 03, 2012
-
-
abat authored
Online javascript files (https://github.com/floodlight/floodlight/pull/99)
-
abat authored
Reenabled the mechanism for initializing the HA role of the controller from a file (https://github.com/floodlight/floodlight/pull/100)
-
openflow authored
-
- May 02, 2012
-
-
Rob Vaterlaus authored
-
Nick Bastin authored
Change host/switch identification to use IDs instead of names in web topology view. Add last seen host IP address.
-
Nick Bastin authored
-
Nick Bastin authored
-
Nick Bastin authored
-
- May 01, 2012
-
-
abat authored
Wait instead of sleep in unit test (https://github.com/floodlight/floodlight/pull/96)
-
Kanzhe Jiang authored
minor toString fix in Device
-
abat authored
Move the switch learning table out of IOFSwitch and into the LearningSwitch module. (https://github.com/floodlight/floodlight/pull/95)
-
Alex Reimers authored
2 - Move the learning switch table outside of the IOFSwitch and into the LearningSwitch module. 3 - Create a REST API for the LearningSwitch module to get the learned table. Available at "/wm/learningswitch/switch/{DPID or 'all'}/json".
-
- Apr 30, 2012
-
-
Kanzhe Jiang authored
Fix race condition in device AP learning with topo change, and remove DM from link events.
-
Kanzhe Jiang authored
-
Kanzhe Jiang authored
Correct race condition in device learning and topology, remove deviceManager from listening linkEvent
-