Match and actions (de)serialization + fix
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-types.yang
index f2254db73c2b4d2a3f1b6f1fde6458197422bffb..a2b11ddb6c05312198c11826782b870bf911ff72 100644 (file)
@@ -185,13 +185,13 @@ module openflow-types {
         base oft:match-type-base;
     }
 
-    typedef match-type {
-        //type identityref {
-        //    base oft:match-type-base;
-        //}
+    typedef oxm-match-type {
+        type identityref {
+            base oft:match-type-base;
+        }
         
         //TODO: use identityref, when generating available
-        type string;
+        //type string;
     }
 
     identity instruction {