Skip to content
Snippets Groups Projects
Commit ba85edc1 authored by Alex Reimers's avatar Alex Reimers Committed by Alex Reimers
Browse files

On a switch connection only send LLDPs from that switch instead of all switches.

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