- May 23, 2012
-
-
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 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
-
Gregor Maier authored
Conflicts: src/test/java/net/floodlightcontroller/core/internal/ControllerTest.java
-
abat authored
debian packaging: use system libraries when possible (https://github.com/floodlight/floodlight/pull/115)
-
Rich Lane authored
-
Rich Lane authored
-
Saurav Das authored
-
Saurav Das authored
[#28337615]
-
Rob Adams authored
-
Gregor Maier authored
-
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]
-
Rich Lane authored
-
Rich Lane authored
-