Skip to content
Snippets Groups Projects
Commit 8443d519 authored by abat's avatar abat
Browse files

Merge into master from pull request #45:

    Changed LLDP's in topodiscovery to real src mac (https://github.com/floodlight/floodlight/pull/45)
parents 59946158 65c4df23
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ public class LinkDiscoveryManager
}
Ethernet ethernet = new Ethernet()
.setSourceMACAddress(new byte[6])
.setSourceMACAddress(port.getHardwareAddress())
.setDestinationMACAddress(dstMacAddress)
.setEtherType(Ethernet.TYPE_LLDP);
// using "nearest customer bridge" MAC address for broadest possible propagation
......
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