Bug 6116 - Added ns prefixes 09/40909/1
authorMatus Marko <matmarko@cisco.com>
Tue, 28 Jun 2016 06:02:34 +0000 (08:02 +0200)
committerMatus Marko <matmarko@cisco.com>
Tue, 28 Jun 2016 06:02:34 +0000 (08:02 +0200)
- In the where clauses of the ietf-lisp-address-types.yang module were added namespace prefixes for the identities included in the same yang file

Change-Id: I1a0232c4c7907cdb23b642cecf6da0713d6c9c41
Signed-off-by: Matus Marko <matmarko@cisco.com>
mappingservice/lisp-proto/src/main/yang/ietf-lisp-address-types.yang

index 655238760e1c2633229a2d0e03c558c44e81706b..ac50fe91ed44fb14d2213100f88630072b884383 100644 (file)
@@ -318,7 +318,7 @@ module ietf-lisp-address-types {
           "AS Number.";
       }
       container null-address {
-        when "../address-type = 'null-address-lcaf'" {
+        when "../address-type = 'laddr:null-address-lcaf'" {
           description
             "When LCAF type is null.";
         }
@@ -331,7 +331,7 @@ module ietf-lisp-address-types {
         }
       }
       container afi-list {
-        when "../address-type = 'afi-list-lcaf'" {
+        when "../address-type = 'laddr:afi-list-lcaf'" {
           description
             "When LCAF type is AFI-List.";
         }
@@ -347,7 +347,7 @@ module ietf-lisp-address-types {
         }
       }
       container instance-id {
-        when "../address-type = 'instance-id-lcaf'" {
+        when "../address-type = 'laddr:instance-id-lcaf'" {
           description
             "When LCAF type is Instance-ID";
         }
@@ -373,7 +373,7 @@ module ietf-lisp-address-types {
         }
       }
       container as-number-lcaf {
-        when "../address-type = 'as-number-lcaf'" {
+        when "../address-type = 'laddr:as-number-lcaf'" {
           description
             "When LCAF type is AS-Number.";
         }
@@ -394,7 +394,7 @@ module ietf-lisp-address-types {
         }
       }
       container application-data {
-        when "../address-type = 'application-data-lcaf'" {
+        when "../address-type = 'laddr:application-data-lcaf'" {
           description
             "When LCAF type is Application Data.";
         }
@@ -440,7 +440,7 @@ module ietf-lisp-address-types {
         }
       }
       container geo-coordinates {
-        when "../address-type = 'geo-coordinates-lcaf'" {
+        when "../address-type = 'laddr:geo-coordinates-lcaf'" {
           description
             "When LCAF type is Geo-coordinates.";
         }
@@ -523,7 +523,7 @@ module ietf-lisp-address-types {
         }
       }
       container nat-traversal {
-        when "../address-type = 'nat-traversal-lcaf'" {
+        when "../address-type = 'laddr:nat-traversal-lcaf'" {
           description
             "When LCAF type is NAT-Traversal.";
         }
@@ -564,7 +564,7 @@ module ietf-lisp-address-types {
         }
       }
       container explicit-locator-path {
-        when "../address-type = 'explicit-locator-path-lcaf'" {
+        when "../address-type = 'laddr:explicit-locator-path-lcaf'" {
           description
             "When LCAF type type is Explicit Locator Path.";
         }
@@ -609,7 +609,7 @@ module ietf-lisp-address-types {
         }
       }
       container source-dest-key {
-        when "../address-type = 'source-dest-key-lcaf'" {
+        when "../address-type = 'laddr:source-dest-key-lcaf'" {
           description
             "When LCAF type type is Source/Dest.";
         }
@@ -630,7 +630,7 @@ module ietf-lisp-address-types {
         }
       }
       container key-value-address {
-        when "../address-type = 'key-value-address-lcaf'" {
+        when "../address-type = 'laddr:key-value-address-lcaf'" {
           description
             "When LCAF type type is Key/Value Address.";
         }
@@ -651,7 +651,7 @@ module ietf-lisp-address-types {
         }
       }
       container service-path {
-        when "../address-type = 'service-path-lcaf'" {
+        when "../address-type = 'laddr:service-path-lcaf'" {
         description
           "When LCAF type service path identifier.";
             }