Class PacketInUtil
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.util.PacketInUtil
-
public final class PacketInUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Class<? extends PacketInReason>
getMdSalPacketInReason(PacketInReason reason)
Get MDSAL packet-in reason.
-
-
-
Method Detail
-
getMdSalPacketInReason
public static Class<? extends PacketInReason> getMdSalPacketInReason(PacketInReason reason)
Get MDSAL packet-in reason.- Parameters:
reason
- openflow java packet in reason- Returns:
- corresponding MD-SAL reason class for given OF-API reason
-
-