public class PimPacketHandler extends Object
| Constructor and Description |
|---|
PimPacketHandler()
Constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processPacket(org.onlab.packet.Ethernet ethPkt,
PimInterface pimi)
Sanitize and process the packet.
|
public void processPacket(org.onlab.packet.Ethernet ethPkt,
PimInterface pimi)
ethPkt - the packet starting with the Ethernet header.pimi - the PIM Interface the packet arrived on.