Fixed Group and Meter RPC model to use MD-SAL routing correctly
[controller.git] / opendaylight / md-sal / model / model-flow-service / src / main / yang / flow-error.yang
index 171f9563ee318c7c78c8c05f9e6ed701ef771457..3e9d1ee75fe9644def39f3077c9b3d3c7d328f03 100644 (file)
@@ -17,12 +17,14 @@ module flow-errors {
             enum group-mod-failed;
             enum port-mod-failed;
             enum table-mod-failed;
-            enum meter-mod-failed;
             enum queue-op-failed;
             enum switch-config-failed;
             enum role-request-failed;
+            enum meter-mod-failed;
             enum table-features-failed;
-            enum experimenter;
+            enum experimenter {
+                value "65535";
+            }
         }
     }
     
@@ -32,7 +34,7 @@ module flow-errors {
         }
         
         leaf code {
-            type uint16;        
+            type uint16;
         }
         
         leaf data {
@@ -46,15 +48,15 @@ module flow-errors {
         }
         
         leaf exp-type {
-            type uint16;        
+            type uint16;
         }
         
         leaf experimenter-id {
-            type uint32;        
+            type uint32;
         }
         
         leaf data {
             type string;
         }
-    }   
+    }
 }
\ No newline at end of file