Added openflow-codec and openflowj_netty from openflowplugin
[openflowjava.git] / third-party / openflow-codec / src / main / java / org / openflow / codec / protocol / statistics / table / OFPTableFeaturePropMatch.java
diff --git a/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropMatch.java b/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropMatch.java
new file mode 100644 (file)
index 0000000..7083ee9
--- /dev/null
@@ -0,0 +1,18 @@
+package org.openflow.codec.protocol.statistics.table;
+
+/**
+ * Class defines OFPTFPT_MATCH type
+ *
+ * @author AnilGujele
+ *
+ */
+public class OFPTableFeaturePropMatch extends OFPTableFeaturePropOXM {
+
+    /**
+     * constructor
+     */
+    public OFPTableFeaturePropMatch() {
+        super.setOFTableFeaturePropType(OFPTableFeaturePropType.MATCH);
+    }
+
+}