Merge "Added an IP leaf in the UNI list for EVC creation."
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Wed, 4 Nov 2015 17:53:58 +0000 (17:53 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 4 Nov 2015 17:53:58 +0000 (17:53 +0000)
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