Skip to content
Snippets Groups Projects
Commit f36c32cd authored by Alex Reimers's avatar Alex Reimers
Browse files

Change OFPacketIn.MINIMUM_LENGTH from an int to a short....

Change OFPacketIn.MINIMUM_LENGTH from an int to a short. OFPacketIn.setTotalLength() expects a short.
parent e1ac2744
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ import org.openflow.util.U8;
* @author David Erickson (daviderickson@cs.stanford.edu) - Feb 8, 2010
*/
public class OFPacketIn extends OFMessage {
public static int MINIMUM_LENGTH = 18;
public static short MINIMUM_LENGTH = 18;
public enum OFPacketInReason {
NO_MATCH, ACTION
......
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