ofp_packet_queue structure - implemented missing fields
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-action.yang
index 2b244ac98c4fcecf1fef6adbf13e4f13aa63fdcc..4b9cf81120d7375181cd360c0a8fa84697d34efc 100644 (file)
@@ -76,16 +76,18 @@ module openflow-action {
         description "";
         base oft:action;
     }
-
+    
     container actions-container {
-        uses action-header;
-    }
-
-    grouping action-header {
-        container action {
-            leaf type {
-                type identityref {
-                    base oft:action;
+        uses actions;
+    }
+    
+    grouping actions {
+        list actions-list {
+            container action {
+                leaf type {
+                    type identityref {
+                        base oft:action;
+                    }
                 }
             }
         }