- Dec 10, 2012
-
-
Srinivasan Ramasubramanian authored
Add an interface method to ITopologyService to get all the switches in the same openflow domain as a given switch id.
-
- Dec 07, 2012
-
-
Srinivasan Ramasubramanian authored
Adjustment to attachment point logic. If a device is learnt on OFPP_LOCAL of a switch, it will stay in that port until the switch is removed or the port goes down. The attachment point of the device cannot be modified from OFPP_LOCAL, once assigned.
-
- Nov 19, 2012
-
-
Gregor Maier authored
When injecting fake ARP: set sender IP to 0 (ARP probe) Remove weird IP learning on DHCP-replies: WILL BREAK DHCP MANAGER WITH RELAYS
-
- Nov 12, 2012
-
-
Gregor Maier authored
This is a short-term. In the long run we actually do want to prevent learning on these ports. BSC-2836
-
- Nov 09, 2012
-
-
Gregor Maier authored
BSC-2837: When returning early from learnDeviceByEntity: process deleteQueue BSC-2836: Do not learn entities on internal ports BSC-2834: Some device updates get queued before check for concurrent modification BSC-2824: Remove potential incorrect Corrupted Device Index exception
-
- Nov 08, 2012
-
-
Gregor Maier authored
* use insertion sort when adding entity to device * precompute Device.getVlandId() return value
-
- Nov 02, 2012
-
-
Gregor Maier authored
This change is mostly for streamlining and clarifying IDeviceServiceAPI. * renamed findDestDevice to findClassDevice * pass an entityClass to findClassDevice instead of the "source"/"reference" device.
-
- Oct 19, 2012
-
-
Gregor Maier authored
-
- Oct 08, 2012
-
-
Kanzhe Jiang authored
-
- Oct 01, 2012
-
-
Gregor Maier authored
-
Kanzhe Jiang authored
-
- Sep 29, 2012
-
-
Srinivasan Ramasubramanian authored
-
- Sep 24, 2012
-
-
Carl D. Roth authored
- event processing in cleanupEntities was exiting prematurely, some device delete updates were not being processed - updated unittest to verify device deletion - See BSC-2454
-
- Sep 20, 2012
-
-
Rob Adams authored
-
- Sep 19, 2012
-
-
Rob Adams authored
-
- Sep 13, 2012
-
-
Srinivasan Ramasubramanian authored
Bug fix: Whenever a device with new entity was created that causes a change in attachment point, deviceMoved notification should be sent after the indices are updated.
-
- Sep 12, 2012
-
-
Rob Adams authored
-
- Sep 11, 2012
-
-
Srinivasan Ramasubramanian authored
Update to attachment point logic. NewAP is always given preference if it is not broadcast domain port and its active time is later than oldAP.
-
Sandeep Hebbani authored
Rewrite of reclassify, made learnDeviceByEntity the only place where devices get created or updated (through re-allocation).
-
- Sep 09, 2012
-
-
Sandeep Hebbani authored
Changes to classState map to use IEntityClass name as key now. Also debug logs sprayed around some methods for more visibility if required while debugging.
-
Srinivasan Ramasubramanian authored
Update to attachment point comptuation to flag devices flapping between two switch ports. Enable duplicate mac unit tests.
-
- Sep 07, 2012
-
-
Srinivasan Ramasubramanian authored
-
Gregor Maier authored
-
- Sep 05, 2012
-
-
Kanzhe Jiang authored
-
Sandeep Hebbani authored
Reclassify all devices that belong to changed entityclasses or null entity class. And also some fixes to prevent race conditions.
-
- Sep 04, 2012
-
-
Sandeep Hebbani authored
When deleting or allocating a device as a part of reclassify update the device map, primary and class indices to reflect this change.
-
- Aug 31, 2012
-
-
Ananth Suryanarayana authored
-
Ananth Suryanarayana authored
-
- Aug 30, 2012
-
-
Sandeep Hebbani authored
Reclassify devices in entityClassChanged only for devices that belong to entity classes that got changed.
-
- Aug 28, 2012
-
-
Alex Reimers authored
FL-81 - Don't trust the buffer ID of the PacketIn if the switch has 0 buffers according to it's features reply.
-
Sandeep Hebbani authored
-
- Aug 21, 2012
-
-
Srinivasan Ramasubramanian authored
-
- Aug 15, 2012
-
-
Mandeep Dhami authored
-
- Aug 10, 2012
-
-
Sandeep Hebbani authored
method to delete a device removing all entities, updating secondary map indices first and then delete from devicemap.
-
Gregor Maier authored
-
Gregor Maier authored
BSC-2131
-
Sandeep Hebbani authored
-
- Aug 09, 2012
-
-
Sandeep Hebbani authored
-
Alex Reimers 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.
-