Skip to content
Snippets Groups Projects
Commit 4c41c30a authored by abat's avatar abat
Browse files

Merge into master from pull request #197:

Re-add getLinkType() into LinkDiscoveryManager. (https://github.com/floodlight/floodlight/pull/197)
parents e51dede7 305b82f6
No related branches found
No related tags found
No related merge requests found
......@@ -216,6 +216,10 @@ public class LinkDiscoveryManager
return shuttingDown;
}
protected ILinkDiscovery.LinkType getLinkType(LinkTuple lt, LinkInfo info) {
return LinkInfo.getLinkType(lt, info);
}
private void doUpdatesThread() throws InterruptedException {
do {
LDUpdate update = updates.take();
......
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