Add test for generated code checking list of dependencies.
[controller.git] / 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