- 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)
-
abat authored
BSC-2398 Add getServiceImpls() for MemoryStorageService (https://github.com/floodlight/floodlight/pull/288)
-
- Sep 04, 2012
-
-
Kanzhe Jiang authored
Order the OFMessageListener in mockFloodlightProvider
-
Kanzhe Jiang authored
-
Kanzhe Jiang authored
This reverts commit 75bc3dd9598efe061a37a579df5cb30c39d11b52.
-
Kanzhe Jiang authored
-
abat authored
merge for fixes to reclassify (https://github.com/floodlight/floodlight/pull/286)
-
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
-
Ananth Suryanarayana authored
-
abat authored
Rename writeLink to writeLinkToStorage. Make these methods protected so others can extend them if needed. (https://github.com/floodlight/floodlight/pull/285)
-
Alex Reimers authored
-
Srinivasan Ramasubramanian authored
rename writeLink to writeLinkToStorage. Make these methods protected so others can extend them if needed.
-
- Aug 30, 2012
-
-
abat authored
Change time unit from sec to ms and make unit tests faster. (https://github.com/floodlight/floodlight/pull/284)
-
Alex Reimers authored
-
Gregor Maier authored
-