Instruction experimenterId fix
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-instruction.yang
index 293e3803cdab7f5b5ed46aa8e2e5933649429b4d..a58fc349bbea58dc7c3d960fcbe9bf5d67e54fc3 100644 (file)
@@ -25,6 +25,9 @@
         list instruction {
             config false;
             uses instruction-grouping;
+            leaf experimenter-id {
+                type oft:experimenter-id;
+            }
         }
     }