- Jun 04, 2012
-
-
Gregor Maier authored
[#26756797]
-
- Jun 01, 2012
-
-
Gregor Maier authored
Upgrade easyMock to 3.1: Now supports creating mocks from classes (and not just interfaces) This turned out to be a significant change since we need to make sure all connected switches have consistent state at all times (e.g., no reordering of role request message, no race conditions on switch connect, ...) Added more unit tests. More unit tests still to come. [#26756797]
-
- May 23, 2012
-
-
Gregor Maier authored
-
abat authored
Implement IHAListener in device manager (https://github.com/floodlight/floodlight/pull/132)
-
Rob Adams authored
-
abat authored
Remove unused class (https://github.com/floodlight/floodlight/pull/130)
-
abat authored
move Debian packaging to a separate repository (https://github.com/floodlight/floodlight/pull/131)
-
Rich Lane authored
-
Shudong Zhou authored
-
abat authored
Changes to role request support for HA (https://github.com/floodlight/floodlight/pull/129)
-
- May 22, 2012
-
-
Rob Vaterlaus authored
-
Rob Vaterlaus authored
Send role request to switches when controller role changes if we don't know yet if switch support the role request messages. This handles the case where the switch connected to the controller before the controller role had been set/enabled and thus we never sent out the initial role request probe to the switch during the initial handshake.
-
Rob Vaterlaus authored
-
Rob Vaterlaus authored
-
Rob Vaterlaus authored
-
Rob Vaterlaus authored
-
abat authored
Add @JsonIgore to length fields for OF statistics replies (https://github.com/floodlight/floodlight/pull/128)
-
Rob Adams authored
-
- May 21, 2012
-
-
Gregor Maier authored
-
Gregor Maier authored
Removed stale code for OFMessageFuture and OFStatisticsFuture. Change the way we keep track of pending Futures: instead of registering an IOFSwitchListener we now cancel all pending futures when a switch is removed from the active list. In the future we might want to allow slave controllers to send stats request then we need to move the cancel to switch disconnect. [#26756797]
-
- May 18, 2012
-
-
abat authored
Add a class for LLDP Organizationally Specific TLV (https://github.com/floodlight/floodlight/pull/110)
-
abat authored
Create controller_switchconfig table (https://github.com/floodlight/floodlight/pull/127)
-
Nick Bastin authored
-
abat authored
Fix test issue related to duplicate devices (https://github.com/floodlight/floodlight/pull/124)
-
Shudong Zhou authored
-
- May 17, 2012
-
-
abat authored
Add support for __startswith parameters when querying for device info (https://github.com/floodlight/floodlight/pull/123)
-
Rob Adams authored
Add support for __startswith parameters when querying for device information. Some minor refactoring
-
- May 16, 2012
-
-
abat authored
move core_switch to switchconfig (https://github.com/floodlight/floodlight/pull/122)
-
Michael Stolarchuk authored
-
abat authored
Add API to IFloodlightProviderServer to return the current Controller IPs. (https://github.com/floodlight/floodlight/pull/121)
-
- May 15, 2012
-
-
Gregor Maier authored
-
abat authored
Clean up serialization for REST APIs. (https://github.com/floodlight/floodlight/pull/120)
-
Rob Adams authored
-
Sandeep Hebbani authored
-
Rob Adams authored
Clean up serialization for REST APIs. Get rid of the jackson converter module and just use annotations everywhere when appropriate. There may still be a desire for something like the jackson converter module but it didn't really mesh with the plugin system, and the annotations work nicely.
-
abat authored
debian packaging: add versions to Build-Depends (https://github.com/floodlight/floodlight/pull/119)
-
abat authored
Newdevicemanager! (https://github.com/floodlight/floodlight/pull/118)
-
Rob Adams authored
Conflicts: src/main/java/net/floodlightcontroller/core/internal/Controller.java src/main/java/net/floodlightcontroller/topology/TopologyManager.java
-
abat authored
Add API and notification to controller node IP address (and changes). (https://github.com/floodlight/floodlight/pull/116)
-
- May 14, 2012
-
-
Rob Adams authored
-