Added multipart table response as notification in yang model. 43/3443/1
authorDeepthi V V <deepthi.v.v@ericsson.com>
Wed, 4 Dec 2013 13:09:48 +0000 (18:39 +0530)
committerDeepthi V V <deepthi.v.v@ericsson.com>
Wed, 4 Dec 2013 13:11:41 +0000 (18:41 +0530)
Signed-off-by: Deepthi V V <deepthi.v.v@ericsson.com>
Change-Id: Ib6293ec9a49885e16ebad81f310e39c7c9eb0c43

opendaylight/md-sal/model/model-flow-service/src/main/yang/table-service.yang

index 3a6f20f77d9554dda1812311e7510414d1a6658a..02a63cb2b214e98c2c603d71173a2ba35a3f3bd8 100644 (file)
@@ -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