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

Removing reliance on topology last update time.

parent c3ec93a0
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