Skip to content
Snippets Groups Projects
Commit 9ee908ae authored by abat's avatar abat
Browse files

Merge into master from pull request #234:

parents dfeade83 92116b67
No related branches found
No related tags found
No related merge requests found
...@@ -357,6 +357,9 @@ IFloodlightModule, IInfoProvider, IHAListener { ...@@ -357,6 +357,9 @@ IFloodlightModule, IInfoProvider, IHAListener {
boolean isReverse) { boolean isReverse) {
IOFSwitch iofSwitch = floodlightProvider.getSwitches().get(sw); IOFSwitch iofSwitch = floodlightProvider.getSwitches().get(sw);
if (iofSwitch == null) {
return;
}
OFPhysicalPort ofpPort = iofSwitch.getPort(port); OFPhysicalPort ofpPort = iofSwitch.getPort(port);
if (isLLDPSuppressed(sw, port)) { if (isLLDPSuppressed(sw, port)) {
......
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