- Aug 10, 2012
-
-
Srinivasan Ramasubramanian authored
Rechedule discovery task only if role is MASTER. Also, start the scheduling when role is changed to master.
-
- Aug 09, 2012
-
-
Srinivasan Ramasubramanian authored
-
Alex Reimers authored
-
- Aug 08, 2012
-
-
Srinivasan Ramasubramanian authored
-
- Aug 07, 2012
-
-
Srinivasan Ramasubramanian authored
Send port status update from link discovery manager whenever a port status MODIFY message is received. Minor changes to printing of link discovery updates and addition of some trace logs.
-
Srinivasan Ramasubramanian authored
Updates to attachment point learning and udpating. DeviceManager listens to topologyChanged() events. Whenever a port goes down or a switch is removed, attachment points are updated. Cleanup of link discovery manager updates; cleanup also includes port up/down switch update/removed messages.
-
- Aug 03, 2012
-
-
Srinivasan Ramasubramanian authored
Rewrite of attachment point logic. Attachmetn points are maintained independent of entities. Update test cases. Duplicate Mac test is disabled for the time being.
-
- Aug 01, 2012
-
-
Munish Mehta authored
-
- Jul 29, 2012
-
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
-
- Jul 28, 2012
-
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
-
- Jul 27, 2012
-
-
Srinivasan Ramasubramanian authored
Update to link discovery manager. LLDPs are sent every one second; with a three second timeout on ports where links were already found. On ports where links are not present, LLDPs are sent once in every 15 seconds.
-
- Jul 25, 2012
-
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
Bug fix: handleLLDP() method uses incorrect port variable when getting the state of the packet-in port.
-
- Jul 04, 2012
-
-
Wilson Ng authored
-
- Jul 03, 2012
-
-
Alex Reimers authored
-
Colin Dixon authored
-
- Jun 23, 2012
-
-
Srinivasan Ramasubramanian authored
Link discovery manager must send LDUpdate when port status change message is received if it affects any links that is already known.
-
- Jun 22, 2012
-
-
Srinivasan Ramasubramanian authored
-
- Jun 21, 2012
-
-
Srinivasan Ramasubramanian authored
If a standard LLDP comes from a different network, we should drop it. The standard LLDP mac address could be :00, :03, :0e.
-
- Jun 15, 2012
-
-
Srinivasan Ramasubramanian authored
-
Shudong Zhou authored
-
- Jun 07, 2012
-
-
Srinivasan Ramasubramanian authored
When sending LLDPs and BDDPs from all the switches, send LLDPs first and then BDDPs. This would enable direct links to be detected first and reduced instability.
-
- Jun 06, 2012
-
-
Kanzhe Jiang authored
-
- Jun 02, 2012
-
-
Shudong Zhou authored
-
- May 31, 2012
-
-
Shudong Zhou authored
-
- May 28, 2012
-
-
Shudong Zhou authored
-
- May 23, 2012
-
-
Srinivasan Ramasubramanian authored
-
- May 16, 2012
-
-
Michael Stolarchuk authored
-
- May 15, 2012
-
-
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.
-
- 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
-
-
Sho SHIMIZU authored
-
- May 04, 2012
-
-
Alex Reimers authored
-
- Apr 30, 2012
-
-
Sandeep Hebbani authored
-
- Apr 26, 2012
-
-
Alex Reimers authored
2 - Update module HA role change actions 3 - Add unit tests for HA role changes
-
Alex Reimers authored
-
Rob Adams authored
Cleanup of topology manager to match floodlight style. Remove StackTraceUtil. Add packet-in listener to topology
-
Rob Adams authored
-
- Apr 09, 2012
-
-
Gregor Maier authored
-