- Aug 08, 2012
-
-
Alex Reimers authored
-
Alex Reimers authored
-
Rob Adams authored
Schedule the link discovery task on startup.
-
Srinivasan Ramasubramanian authored
-
abat authored
Various UI changes (https://github.com/floodlight/floodlight/pull/245)
-
Srinivasan Ramasubramanian authored
Remove invalid attachments before sending it for comparison in attachment point update logic.
-
Srinivasan Ramasubramanian authored
-
abat authored
Increase CONSISTENT_TIMEOUT to 30 seconds in attachment point maintenance. (https://github.com/floodlight/floodlight/pull/247)
-
Srinivasan Ramasubramanian authored
-
- Aug 07, 2012
-
-
Srinivasan Ramasubramanian authored
Send port status changed update from link discovery upon port status MODIFY message. Minor changes to printing of link discovery updates and addition of trace logs.
-
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.
-
Wes Felter authored
A few other small formatting cleanups.
-
Wes Felter authored
-
Wes Felter authored
-
abat authored
Update attachmentpoint whenever topologyChanged() notification is received. It is not necessary to process every event; just one update call per topologyChanged() should take care of fixing all attachment point changes. (https://github.com/floodlight/floodlight/pull/244)
-
Srinivasan Ramasubramanian authored
Update attachmentpoint whenever topologyChanged() notification is received. It is not necessary to process every event; just one update call per topologyChanged() should take care of fixing all attachment point changes.
-
abat authored
Don't hard-depend on topology for unit tests and fix warnings (https://github.com/floodlight/floodlight/pull/243)
-
Rob Adams authored
-
Rob Adams authored
-
Wes Felter authored
-
Wes Felter authored
-
Wes Felter authored
-
Srinivasan Ramasubramanian authored
Fix a failing unit test. Manual merge.
-
Srinivasan Ramasubramanian authored
-
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 por
-
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 06, 2012
-
-
abat authored
Move initialization of topology instance from startUp() to init(). (https://github.com/floodlight/floodlight/pull/240)
-
Srinivasan Ramasubramanian authored
-
abat authored
Topology Manager must create new topology instance upon startup. (https://github.com/floodlight/floodlight/pull/239)
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
portEnabled(short) should return false if a port is not present. TopologyManager checks for "Special" ports and port status as part of "isAttachmentPointPort". The checking of this logic in devicemanager is removed.
-
Srinivasan Ramasubramanian authored
portEnabled(short) should return false if a port is not present. TopologyManager checks for "Special" ports and port status as part of "isAttachmentPointPort". The checking of this logic in devicemanager is remoed.
-
- Aug 03, 2012
-
-
Srinivasan Ramasubramanian authored
Rewrite of attachment point logic in device manager. Attachment points are maintained independent of entities.
-
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
-
-
abat authored
Remove methods that change static IEntityClass variable (https://github.com/floodlight/floodlight/pull/235)
-
Rob Adams authored
-
abat authored
fix null pointer exception (https://github.com/floodlight/floodlight/pull/234)
-
Munish Mehta authored
-
abat authored
Fixes for BSC-2134 and BSC-2148 (https://github.com/floodlight/floodlight/pull/233)
-
Mandeep Dhami authored
-