Bug 7453 - FlowRemoved doesn't have Removed Reason Information
[openflowplugin.git] / model / model-flow-service / src / main / yang / barrier-common.yang
1 module barrier-common {
2     namespace "urn:opendaylight:service:barrier:common";
3     prefix barrier-common;
4
5     description "Openflow barrier for services - common groupings.";
6
7     revision "2016-03-15" {
8         description "Initial revision of batch common groupings.";
9     }
10
11     grouping barrier-suffix {
12         description "Flag indicating that barrier will be attached after some service-specific action.";
13
14         leaf barrier-after {
15             type boolean;
16         }
17     }
18 }