added notification to group and meter
[controller.git] / opendaylight / md-sal / model / model-flow-service / src / main / yang / group-service.yang
index 50969eee2d7d10c1ffc3557f6a4435ab72032a87..d8231e9126fe3dbbc67d63a14fbdcb7ab6ec8ef5 100644 (file)
@@ -53,5 +53,17 @@ module sal-group {
             }
             uses group-update;
         }
-    }     
+    } 
+
+    notification group-added {
+        uses node-group;
+    }
+
+    notification group-updated {
+        uses node-group;
+    }
+
+    notification group-removed {
+        uses node-group;
+    }    
 }
\ No newline at end of file