Created experimenter subtype for vendor's actions
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-action.yang
index 9cc200c4bca021713abc24355759d0eac6e65a72..482c122803fc6d01193829351ecdc95efd56edf5 100644 (file)
         description "";
         base oft:action-base;
     }
-    
+
+    identity experimenter-action-sub-type {
+        description "The base identity for vendor's actions.";
+    }
+
     container actions-container {
         uses actions-grouping;
     }