Fix for Bug#239
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-instruction.yang
index 91aedd00963d59d6d88f068aa370c20b7f717609..80f74a83be14b50e68af104e8bbd38ab3ae45d87 100644 (file)
@@ -51,7 +51,7 @@
 
     grouping instructions-grouping {
         list instruction {
-            key "type";
+            config false;
             leaf type {
                 type identityref {
                     base oft:instruction-base;