Removed old legacy code and moved parent pom.xml to root
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / OFConstants.java
1 package org.opendaylight.openflowplugin.openflow.md;
2
3 public class OFConstants {
4
5     public static final short OFPP_NORMAL = ((short)0xfffa);
6     public static final short OFPP_ALL  = ((short)0xfffc);
7     public static final short OFPP_LOCAL = ((short)0xfffe);
8
9 }