Skip to content
Snippets Groups Projects
Commit 5ba4ba78 authored by Kuang-Ching Wang's avatar Kuang-Ching Wang
Browse files

Merge pull request #357 from kwanggithub/master

Squashed commit for floodlight subtree update glitch
parents 6dad6ba1 7ec0996d
No related branches found
No related tags found
No related merge requests found
......@@ -977,6 +977,7 @@ public class Controller implements IFloodlightProviderService,
}
else {
logError(sw, error);
// allow registered listeners to receive error messages
shouldHandleMessage = true;
}
......
......@@ -50,6 +50,4 @@ public class OFSwitchImpl extends OFSwitchBase {
public List<Short> getUplinkPorts() {
return null;
}
}
......@@ -558,8 +558,8 @@ public class LinkDiscoveryManager implements IOFMessageListener,
}
if (isLinkDiscoverySuppressed(sw, port)) {
/*
* Dont send LLDPs out of this port as suppressLLDPs set
/* Dont send LLDPs out of this port as suppressLLDPs set
*
*/
return;
}
......
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