Skip to content
Snippets Groups Projects
Commit ffd06c1c authored by Petr Nebáznivý's avatar Petr Nebáznivý
Browse files

Merge pull request #1 from Neby1992/Neby1992-Floodlight

LLDP Fix
parents 2ad334f7 48eac5f7
No related branches found
No related tags found
No related merge requests found
...@@ -417,7 +417,7 @@ IFloodlightModule, IInfoProvider { ...@@ -417,7 +417,7 @@ IFloodlightModule, IInfoProvider {
byte[] data = ethernet.serialize(); byte[] data = ethernet.serialize();
OFPacketOut.Builder pob = iofSwitch.getOFFactory().buildPacketOut(); OFPacketOut.Builder pob = iofSwitch.getOFFactory().buildPacketOut();
pob.setBufferId(OFBufferId.NO_BUFFER); pob.setBufferId(OFBufferId.NO_BUFFER);
pob.setInPort(OFPort.ANY); pob.setInPort(OFPort.CONTROLLER);
// set data and data length // set data and data length
pob.setData(data); pob.setData(data);
......
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