Added meter, action, group, flow models, mask and transactions support.
[controller.git] / opendaylight / md-sal / model / model-flow-base / src / main / yang / meter-types.yang
index 20353af7852bd0b46834e7ad61364b222ec89640..148ac9687f5baa8d66fa0fbfb143d91b6fdafb6f 100644 (file)
@@ -107,6 +107,10 @@ module opendaylight-meter-types {
                     uses meter-band-type;
                 }
             
+                leaf rate {
+                    type uint32;
+                }
+        
                 leaf burst-size {
                     type uint32;
                 }