Skip to content
Snippets Groups Projects
Commit 4f0a4356 authored by Srinivasan Ramasubramanian's avatar Srinivasan Ramasubramanian
Browse files

Merge pull request #168 from sriniram/371a592f

Remove reliance on topology last update time.
parents 6ea4281e 371a592f
No related branches found
No related tags found
No related merge requests found
......@@ -260,8 +260,6 @@ public class Device implements IDevice {
Integer port = cur.getSwitchPort();
if (dpid == null || port == null ||
!deviceManager.isValidAttachmentPoint(dpid, port) ||
cur.getLastSeenTimestamp().
before(topology.getLastUpdateTime()) ||
(prev != null &&
topology.isConsistent(prev.getSwitchDPID().longValue(),
prev.getSwitchPort().shortValue(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment