X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fmodel%2Fmodel-flow-service%2Fsrc%2Fmain%2Fyang%2Fflow-service.yang;h=895e54e7d5ed03eebfe34717ee675a2a8f08a0c8;hb=b271ec102f1ddd5d68253a0876ce5fccfd84a319;hp=a32a45f2fdfea5cb5ce894c9c569942e0752d48e;hpb=7444be2f1a35a34e46f1c4c0b3f0cf42ba1a8261;p=controller.git diff --git a/opendaylight/md-sal/model/model-flow-service/src/main/yang/flow-service.yang b/opendaylight/md-sal/model/model-flow-service/src/main/yang/flow-service.yang index a32a45f2fd..895e54e7d5 100644 --- a/opendaylight/md-sal/model/model-flow-service/src/main/yang/flow-service.yang +++ b/opendaylight/md-sal/model/model-flow-service/src/main/yang/flow-service.yang @@ -51,8 +51,11 @@ module sal-flow { rpc add-flow { input { + leaf flow-ref { + type types:flow-ref; + } uses node-flow; - uses tr:transaction-aware; + uses tr:transaction-aware; } output { uses tr:transaction-aware; @@ -61,8 +64,11 @@ module sal-flow { rpc remove-flow { input { + leaf flow-ref { + type types:flow-ref; + } uses node-flow; - uses tr:transaction-aware; + uses tr:transaction-aware; } output { uses tr:transaction-aware; @@ -71,8 +77,11 @@ module sal-flow { rpc update-flow { input { + leaf flow-ref { + type types:flow-ref; + } uses flow-update; - uses tr:transaction-aware; + uses tr:transaction-aware; } output { uses tr:transaction-aware; @@ -81,14 +90,18 @@ module sal-flow { notification flow-added { uses node-flow; + uses tr:transaction-aware; } notification flow-updated { uses node-flow; + uses tr:transaction-aware; + } notification flow-removed { uses node-flow; + uses tr:transaction-aware; } notification switch-flow-removed {