added notification to group and meter
[controller.git] / opendaylight / md-sal / model / model-flow-service / src / main / yang / flow-service.yang
index 147b64689e8d879cf2f998c6be0ba1ee62ce28a6..19f56db30e039f20edb3f55aff7fdc30ac2f2084 100644 (file)
@@ -71,16 +71,4 @@ module sal-flow {
     notification flow-removed {
         uses node-flow;
     }
-
-    augment "/inv:nodes/inv:node" {
-        ext:augment-identifier "flow-capable-node";
-        container flow-tables {
-            list table {
-                key "id";
-                leaf "id" {
-                    type inet:uri;
-                }
-            }
-        }
-    }
 }
\ No newline at end of file