From 148e3067aa22b312c0bec24b1c8c89994b311c77 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Mon, 27 Mar 2017 12:58:48 +0200 Subject: HC2VPP-121 - fixed wrong path for vpp-classifier vpp-classifier was using path incompatible with leaf-ref context Change-Id: I9ffff8b7b6c1b1759ce887b88a5f10ab51a4df5d Signed-off-by: Jan Srnicek --- vpp-classifier/api/src/main/yang/vpp-classifier.yang | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'vpp-classifier/api/src/main/yang') diff --git a/vpp-classifier/api/src/main/yang/vpp-classifier.yang b/vpp-classifier/api/src/main/yang/vpp-classifier.yang index 3784a54d4..574ed942a 100644 --- a/vpp-classifier/api/src/main/yang/vpp-classifier.yang +++ b/vpp-classifier/api/src/main/yang/vpp-classifier.yang @@ -3,6 +3,12 @@ module vpp-classifier { namespace "urn:opendaylight:params:xml:ns:yang:vpp:classifier"; prefix "vpp-classifier"; + revision "2017-03-27" { + description + "This revision updates classify table ref to be compatible with LeafRefContext + (ODL tool for checking leafrefs in runtime)"; + } + revision "2016-03-15" { description "This revision adds policer support"; @@ -36,7 +42,7 @@ module vpp-classifier { typedef classify-table-ref { type leafref { - path "/vpp-classifier:vpp-classifier/classify-table/name"; + path "/vpp-classifier/classify-table/name"; } description "This type is used by data models that need to reference -- cgit 1.2.3-korg