- Sep 17, 2012
-
-
abat authored
Send reverse LLDP only when the received messages is forward LLDP (and not BDDP). (https://github.com/floodlight/floodlight/pull/305)
-
Srinivasan Ramasubramanian authored
-
- Sep 14, 2012
-
-
abat authored
Fix a potential null pointer exception while sending discovery messages. (https://github.com/floodlight/floodlight/pull/304)
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
Send the device moved notification only if the attachment points belong to different broadcast domains.
-
Srinivasan Ramasubramanian authored
Send the device moved notification only if the attachment points belong to different broadcast domains.
-
- Sep 13, 2012
-
-
abat authored
Device moved notification must be sent after the indices are updated. (https://github.com/floodlight/floodlight/pull/302)
-
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
-
-
abat authored
BSC-1687 (https://github.com/floodlight/floodlight/pull/301)
-
Alex Reimers authored
-
Alex Reimers authored
- Add try/catch blocks around parsing flow timeouts.
-
abat authored
Remove a lot of log messages that were slowing everything down (https://github.com/floodlight/floodlight/pull/300)
-
Rob Adams authored
-
abat authored
Update to attachment point logic. When a packet-in is seen on the same attachment point as before, retain the old activeSince time. Update unit test to account for 1 second offset. (https://github.com/floodlight/floodlight/pull/299)
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
When a packet-in is seen on the same attachment point as before, retain the active since from the old one.
-
- Sep 11, 2012
-
-
abat authored
merge for change to classState map definition and some debug logs (https://github.com/floodlight/floodlight/pull/294)
-
Sandeep Hebbani authored
-
Srinivasan Ramasubramanian authored
Update to attachment point port. newAP is given preference if it is not a broadcast domain port and its active time is later than oldAP.
-
Srinivasan Ramasubramanian authored
-
abat authored
Update to attachment point port. newAP is given preference if it is not a broadcast domain port and its active time is later than oldAP. (https://github.com/floodlight/floodlight/pull/298)
-
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).
-
Sandeep Hebbani authored
-
- Sep 10, 2012
-
-
abat authored
Update to attachment point logic. Ignore the attachment point if it is not picked up from oldAPlist and does not replace already known AP. (https://github.com/floodlight/floodlight/pull/297)
-
Srinivasan Ramasubramanian authored
If an attachment point port from packet-in does not replace already known attachment point, put it in oldAP list only if it was picked up from oldAP list. Otherwise, ignore the attachment point.
-
abat authored
Bug fix in the attachment point learning, where previously known AP was incorrectly added to the oldAP list. (https://github.com/floodlight/floodlight/pull/296)
-
Srinivasan Ramasubramanian authored
Bug fix: when an attachment point from packet-in (newAP) does not replace the already known attachment point (oldAP), then we need to put newAP in the oldAPlist for possibly flagging it as duplicate in the future. Earlier, we were adding the already known attachment point in the list.
-
- Sep 09, 2012
-
-
abat authored
Clear out oldAPs whenever updateAttachmentPoint() is called as it is triggered due to topologyChange and device reclassification. (https://github.com/floodlight/floodlight/pull/295)
-
Srinivasan Ramasubramanian authored
Clear out oldAPs whenever updateAttachmentPoint() is called as it is triggered due to topologyChange and device reclassification.
-
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.
-
Srinivasan Ramasubramanian authored
Update to attachment point comptuation to flag devices flapping between two switch ports. Enable duplicate mac unit tests.
-
- Sep 07, 2012
-
-
abat authored
Bug fix in attachment point comparison. (https://github.com/floodlight/floodlight/pull/292)
-
Srinivasan Ramasubramanian authored
-
- Sep 06, 2012
-
-
abat authored
merge for fix to entityclassChanged to reclassify devices that have null entity class as well. (https://github.com/floodlight/floodlight/pull/290)
-
- Sep 05, 2012
-
-
Kanzhe Jiang authored
MockDevice only returns valid attachmentPoints
-
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.
-
abat authored
Firewall (https://github.com/floodlight/floodlight/pull/289)
-