From: Deepthi V V Date: Wed, 4 Dec 2013 13:09:48 +0000 (+0530) Subject: Added multipart table response as notification in yang model. X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~250^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=9b9f8acb179377a8ba5cccbb485220842da17aef Added multipart table response as notification in yang model. Signed-off-by: Deepthi V V Change-Id: Ib6293ec9a49885e16ebad81f310e39c7c9eb0c43 --- diff --git a/opendaylight/md-sal/model/model-flow-service/src/main/yang/table-service.yang b/opendaylight/md-sal/model/model-flow-service/src/main/yang/table-service.yang index 3a6f20f77d..02a63cb2b2 100644 --- a/opendaylight/md-sal/model/model-flow-service/src/main/yang/table-service.yang +++ b/opendaylight/md-sal/model/model-flow-service/src/main/yang/table-service.yang @@ -30,5 +30,14 @@ module sal-table { output { uses tr:transaction-aware; } - } + } + + notification table-updated { + uses "inv:node-context-ref"; + uses tr:transaction-aware; + leaf moreReplies { + type boolean; + } + uses table-type:table-features; + } } \ No newline at end of file