Skip to content
Snippets Groups Projects
Commit 45998c1a authored by abat's avatar abat
Browse files

Merge into master from pull request #19:

On switch connect send LLDPs only from that switch. (https://github.com/floodlight/floodlight/pull/19)
parents fe405b0b ba85edc1
No related branches found
No related tags found
No related merge requests found
......@@ -857,8 +857,7 @@ public class TopologyImpl implements IOFMessageListener, IOFSwitchListener,
*/
@Override
public void addedSwitch(IOFSwitch sw) {
// TODO - Send LLDPs only from the switch that was added
sendLLDPs();
sendLLDPs(sw);
}
/**
......
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