Added an IP leaf in the UNI list for EVC creation.
[unimgr.git] / api / src / main / yang / cl-unimgr-mef.yang
index 3311e8ca874afc9f128216caa5a2a6b4071d0d6b..33e48287116a76777208bd7bfdc622906965ada7 100755 (executable)
@@ -103,6 +103,9 @@ module cl-unimgr-mef {
             leaf uni {\r
                 type instance-identifier;\r
             }\r
+            leaf ip-address {\r
+                type inet:ip-address;\r
+            }\r
         }\r
         list uni-dest {\r
             key "order";\r
@@ -112,6 +115,9 @@ module cl-unimgr-mef {
             leaf uni {\r
                 type instance-identifier;\r
             }\r
+            leaf ip-address {\r
+                type inet:ip-address;\r
+            }\r
         }\r
         leaf cos-id {\r
             type string;\r