alshabib
Committed by Gerrit Code Review

fix igmp-query packet outs for the olt

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