Added an IP leaf in the UNI list for EVC creation. 64/29264/1
authorGabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
Wed, 4 Nov 2015 16:04:27 +0000 (11:04 -0500)
committerGabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
Wed, 4 Nov 2015 16:04:27 +0000 (11:04 -0500)
Change-Id: I1fe00f64331ac3aa3fe8218a4b3117207dc6e389
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
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