From 9b9f8acb179377a8ba5cccbb485220842da17aef Mon Sep 17 00:00:00 2001 From: Deepthi V V Date: Wed, 4 Dec 2013 18:39:48 +0530 Subject: [PATCH] Added multipart table response as notification in yang model. Signed-off-by: Deepthi V V Change-Id: Ib6293ec9a49885e16ebad81f310e39c7c9eb0c43 --- .../src/main/yang/table-service.yang | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.36.6