Minor model refactor
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-types.yang
index 48fd179c2bb22c33359d87d41b9594c2abe4d90b..669c86f087e2fd7420b4f6ba1e0f3826a891e1c0 100644 (file)
         base oft:match-type-base;
     }
 
-    identity instruction {
+    identity instruction-base {
         description "Base identity for instruction types";
     }
 
-    identity action {
+    identity action-base {
         description "Base identity for action types";
     }