alshabib
Committed by Gerrit Code Review

fix igmp-query packet outs for the olt

Change-Id: Ic3daf5e286f70e68eb6d91bdffa1a498aa562668
......@@ -368,6 +368,8 @@ public class IgmpSnoop {
eth.setPayload(ip);
eth.setPad(true);
return ByteBuffer.wrap(eth.serialize());
}
......