Merge "Added multipart table response as notification in yang model."
authorEd Warnicke <eaw@cisco.com>
Thu, 5 Dec 2013 22:14:27 +0000 (22:14 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 5 Dec 2013 22:14:27 +0000 (22:14 +0000)
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