Updated experimenter model
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-types.yang
index 47dc4a35fa6f13c925abaee0765942dc4aa09621..1a0240896d57b0c12e9311a601fffb2a86c679d7 100644 (file)
     typedef ether-type {
         type uint16;
     }
-
+    typedef experimenter-id {
+        description "This type represents experimenter ID used in experimenter messages.
+                     It also represents vendor ID - as it is the same for OF version 1.3+.
+                     (VENDOR naming convention has been changed in OF v1.3 specification
+                      to EXPERIMENTER)";
+        type uint32;
+    }
     typedef error-type {
         type enumeration {
             enum HELLO_FAILED {