MD-SAL Statistics Manger - Added support for fetching port statistics
[controller.git] / opendaylight / md-sal / model / model-flow-statistics / src / main / yang / statistics-types.yang
index ff35c595e26bd56b5fa1adde4833913436ec628f..6d5bec1280ffde4cee89690032ec3b40b6fc318b 100644 (file)
@@ -81,6 +81,19 @@ module opendaylight-statistics-types {
         }
     }
     
+    grouping generic-table-statistics {
+       description "Generic grouping holding generic statistics related to switch table";
+       leaf active-flows {
+            type yang:counter32;
+       }
+       leaf packets-looked-up {
+               type yang:counter64;
+       }
+       leaf packets-matched {
+               type yang:counter64;
+       }
+    }
+    
     grouping aggregate-flow-statistics {
        description "Aggregate flow statistics";
         leaf packet-count {