- May 03, 2013
-
-
Shudong Zhou authored
-
- Apr 26, 2013
-
-
Gregor Maier authored
-
- Apr 22, 2013
-
-
Gregor Maier authored
-
- Apr 18, 2013
-
-
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.
-
- Apr 17, 2013
-
-
Gregor Maier authored
-
- Jan 30, 2013
-
-
kwanggithub authored
-
- Jan 06, 2013
-
-
Jason Parraga authored
-
- Dec 31, 2012
-
-
Alex Reimers authored
-
- Dec 07, 2012
-
-
Valentin Mayamsin authored
-
- Dec 05, 2012
-
-
Alex Reimers authored
Also fixed an issue in Static Flow Pusher that would leave an orphaned flow if a static flow changed it's DPID.
-
- Dec 04, 2012
-
-
Alex Reimers authored
FLOODLIGHT-30 - When deleting all entries put in by the static flow pusher for a specific switch or all switches use a single delete based on matching the static flow pusher cookie instead of deleting each flow individually. Note: this means that flows mods are no longer hashed to have unique cookies.
-
- Sep 20, 2012
-
-
Rob Adams authored
-
- Sep 15, 2012
-
-
Gregor Maier authored
-
- Aug 09, 2012
-
-
Alex Reimers authored
-
- 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]
-
- Apr 26, 2012
-
-
Alex Reimers authored
2 - Update module HA role change actions 3 - Add unit tests for HA role changes
-
Alex Reimers authored
-
- Apr 06, 2012
-
-
Alex Reimers authored
/wm/staticflowentrypusher/list/{switch}/json {switch} can be 'all' or a DPID in Hex format, i.e. '00:00:00:00:00:00:00:01'
-
Alex Reimers authored
-
Alex Reimers authored
Make static flow pusher into a service (IStaticFlowEntryPusherService). This will allow other Floodlight modules to push static flows without using the REST API.
-
- Apr 03, 2012
-
-
Alex Reimers authored
-
- Mar 16, 2012
-
-
Alex Reimers authored
-
- Mar 11, 2012
-
-
Alex Reimers authored
-
- Mar 02, 2012
-
-
Alex Reimers authored
Re-write of the Static Flow Entry Pusher. This one uses memory storage notifications and supports more actions.
-
- Feb 28, 2012
-
-
Mandeep Dhami authored
-
- Feb 22, 2012
-
-
Alex Reimers authored
-
- Feb 21, 2012
-
-
Alex Reimers authored
-
- Feb 08, 2012
-
-
Rob Adams authored
-
- Feb 01, 2012
-
-
Alex Reimers authored
Fixed JUnit tests.
-
- Jan 27, 2012
-
-
Alex Reimers authored
-
- Jan 25, 2012
-
-
Alex Reimers authored
Conflicts: src/main/java/net/floodlightcontroller/util/TimedCache.java
-
- Jan 17, 2012
-
-
Alex Reimers authored
2 - Added a call to change StaticFlowPusher push interval 3 - Added various comments Conflicts: src/main/java/net/floodlightcontroller/topology/internal/TopologyImpl.java
-
- Dec 16, 2011
-
-
Alex Reimers authored
-