- May 03, 2012
-
-
Rob Adams authored
-
- May 02, 2012
-
-
Rob Adams authored
Conflicts: src/main/java/net/floodlightcontroller/devicemanager/Device.java src/test/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImplTest.java
-
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".
-
Rob Adams authored
-
Rob Adams authored
Conflicts: src/main/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImpl.java src/main/java/net/floodlightcontroller/routing/ForwardingBase.java src/test/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImplTest.java
-
- Apr 30, 2012
-
-
Kanzhe Jiang authored
Fix race condition in device AP learning with topo change, and remove DM from link events.
-
Rob Adams authored
-
Kanzhe Jiang authored
-
Kanzhe Jiang authored
Correct race condition in device learning and topology, remove deviceManager from listening linkEvent
-
Rob Adams authored
-
Sandeep Hebbani authored
-
Rob Adams authored
Conflicts: src/main/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImpl.java src/test/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImplTest.java
-
Rob Adams authored
-
- Apr 29, 2012
-
-
Kanzhe Jiang authored
This reverts commit 0ae432f4. Conflicts: src/main/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImpl.java
-
- Apr 28, 2012
-
-
abat authored
Remove a character because of compilation warning (https://github.com/floodlight/floodlight/pull/93)
-
Sho SHIMIZU authored
-
- Apr 27, 2012
-
-
Kanzhe Jiang authored
Fix race condition in device AP learning during topology convergence.
-
Kanzhe Jiang authored
-
Kanzhe Jiang authored
-
Kanzhe Jiang authored
-
Kanzhe Jiang authored
-
Rob Adams authored
-
Rob Adams authored
-
abat authored
Fix listener sorting for partially-ordered dependencies (https://github.com/floodlight/floodlight/pull/91)
-
Rob Adams authored
Conflicts: src/main/java/net/floodlightcontroller/core/internal/Controller.java src/main/java/net/floodlightcontroller/topology/TopologyManager.java
-
Rob Adams authored
-
Rob Adams authored
-
Kanzhe Jiang authored
-
- Apr 26, 2012
-
-
abat authored
Add IHARoleListener interface so modules can listen for role changes. (https://github.com/floodlight/floodlight/pull/90)
-
Rob Adams authored
-
Alex Reimers authored
2 - Update module HA role change actions 3 - Add unit tests for HA role changes
-
Alex Reimers authored
-
Rob Adams authored
Conflicts: src/main/java/net/floodlightcontroller/topology/TopologyManager.java
-
Rob Adams authored
Cleanup of topology manager to match floodlight style. Remove StackTraceUtil. Add packet-in listener to topology
-