Merge "BUG-4117: add support of Old Notif. for Flow Statistics"
[openflowplugin.git] / model / model-flow-service / src / main / yang / batch-common.yang
1 module batch-common {
2     namespace "urn:opendaylight:service:batch:common";
3     prefix batch-common;
4
5     description "Openflow batch services - common groupings.";
6
7     revision "2016-03-22" {
8         description "Initial revision of batch common groupings.";
9     }
10
11     grouping batch-order-grouping {
12         description "provide unified batch order value";
13         leaf batch-order {
14             type uint16;
15         }
16     }
17 }