From 41161cc91580a4dac93a0a9c845337612f542a8e Mon Sep 17 00:00:00 2001 From: Matus Marko Date: Tue, 28 Jun 2016 08:02:34 +0200 Subject: [PATCH] Bug 6116 - Added ns prefixes - 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 --- .../main/yang/ietf-lisp-address-types.yang | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/mappingservice/lisp-proto/src/main/yang/ietf-lisp-address-types.yang b/mappingservice/lisp-proto/src/main/yang/ietf-lisp-address-types.yang index 655238760..ac50fe91e 100644 --- a/mappingservice/lisp-proto/src/main/yang/ietf-lisp-address-types.yang +++ b/mappingservice/lisp-proto/src/main/yang/ietf-lisp-address-types.yang @@ -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."; } -- 2.36.6