Fix for Bug 239
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-action.yang
index 950d8b0c8142de764a84f02d2247b6e3ffbb6e48..9cc200c4bca021713abc24355759d0eac6e65a72 100644 (file)
@@ -91,7 +91,7 @@
     
     grouping actions-grouping {
         list action {
-            key "type";
+            config false;
             leaf type {
                 type identityref {
                     base oft:action-base;
         base oft:action-base;
     }
 
-}
\ No newline at end of file
+}