External api proposal
[openflowplugin.git] / model / model-flow-service / src / main / yang / flow-topology-discovery.yang
index 05c413d7bb14d1f9b823e44d41e01a8fff5da441..0d40efbaf4f6a274342ecff74f11ae2d95347d3d 100644 (file)
@@ -3,6 +3,8 @@ module flow-topology-discovery {
     prefix flow-node-topo;
 
     import opendaylight-inventory {prefix inv;revision-date "2013-08-19";}
+
+    description "Legacy topology API.";
     
     revision "2013-08-19" {
         description "Flow Capable Node extensions to the Inventory model";
@@ -18,25 +20,28 @@ module flow-topology-discovery {
         }
     }
 
-
     notification link-discovered {
+        status deprecated;
         uses link;
     }
     
     notification link-overutilized {
+        status deprecated;
         uses link;
     }
     
     notification link-removed {
+        status deprecated;
         uses link;
     }
     
     notification link-utilization-normal {
+        status deprecated;
         uses link;
     }
 
     rpc solicit-refresh {
-    
+        status deprecated;
     }
 
 }