Merge "1. Fixed not sending of events to the node that created the routing table...
authorGiovanni Meo <gmeo@cisco.com>
Fri, 22 Nov 2013 13:26:18 +0000 (13:26 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 22 Nov 2013 13:26:18 +0000 (13:26 +0000)
opendaylight/md-sal/model/model-flow-statistics/src/main/yang/group-statistics.yang

index 5b565365a5894f9912fde799a5a8f1b56855094b..d29ddc0ddd68bcef17b84cfec9ac92eab6d5cc24 100644 (file)
@@ -54,6 +54,10 @@ module opendaylight-group-statistics {
        rpc get-group-statistics {
                input {
             uses inv:node;
+            leaf group-id{
+               type group-types:group-id;
+            }
+           
         }
         output {
             uses group-types:group-statistics-reply;