BUG-4283: experimenter msg support - deserialization part
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-instruction.yang
index 293e3803cdab7f5b5ed46aa8e2e5933649429b4d..b9e515b3a2c66369d29e67922c320e1d717f455b 100644 (file)
@@ -14,7 +14,7 @@
     import openflow-action {prefix ofaction;}
 
     revision "2013-07-31" {
-        description "OpenFlow 1.3 - instruction model";
+        description "#NOT_PUBLISHED# OpenFlow 1.3 - instruction model";
     }
 
     container instruction-container {
@@ -25,6 +25,9 @@
         list instruction {
             config false;
             uses instruction-grouping;
+            leaf experimenter-id {
+                type oft:experimenter-id;
+            }
         }
     }