Updated Flow Capable Models & AD SAL Compatibility mapping
[controller.git] / opendaylight / md-sal / model / model-inventory / src / main / yang / node-inventory.yang
index d27f2608a23edd140ef0e8c84b20b5297ef12e88..f4bde1f2d43878002e8f328a24380dfb9a3f58ea 100644 (file)
@@ -83,9 +83,10 @@ module opendaylight-inventory {
     }
 
     notification node-connector-updated {
-        /*leaf node-ref {
-            type node-ref;
-        }*/
+        leaf node-connector-ref {
+            ext:context-reference "node-connector-context";
+            type node-connector-ref;
+        }
         uses node-connector;
     }
 
@@ -99,7 +100,7 @@ module opendaylight-inventory {
     notification node-connector-removed {
         leaf node-connector-ref {
             ext:context-reference "node-connector-context";
-            type node-ref;
+            type node-connector-ref;
         }
     }
 }
\ No newline at end of file