From e0ff3ddc1c7a146c18f1ae4f15e0e4f30ed18a9f Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 20 Oct 2016 14:38:27 +0200 Subject: HONEYCOMB-268: Fix order of union types in vpp-index ODL does not uses builders for unions anymore. Unused builders will be removed in subsequent commit. Change-Id: Ib4e77fed19f591f6f0dc836d66067a2827d2e202 Signed-off-by: Marek Gradzki --- v3po/api/src/main/yang/vpp-classifier.yang | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'v3po/api/src/main/yang/vpp-classifier.yang') diff --git a/v3po/api/src/main/yang/vpp-classifier.yang b/v3po/api/src/main/yang/vpp-classifier.yang index 8bf939933..ea2788289 100644 --- a/v3po/api/src/main/yang/vpp-classifier.yang +++ b/v3po/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 "2016-12-14" { + description + "This revision adds the following new features: + - updates order of union types for opaque-index"; + } + revision "2015-06-03" { description "Initial revision of model for VPP packet classifier. @@ -54,8 +60,8 @@ module vpp-classifier { typedef opaque-index { type union { - type vpp-node; type uint32; + type vpp-node; } description "Defines opaque-index type - metadata that can be attached to session-hit packets. -- cgit 1.2.3-korg