Skip to content
Snippets Groups Projects
Commit 4c7df906 authored by Ryan Izard's avatar Ryan Izard
Browse files

Merge pull request #636 from Neby1992/master

LLDP Fix
parents cfcfbf3d ffd06c1c
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