From 16ff1423e52d6ebd174cac867ea91c10750b9389 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Fri, 9 Jun 2017 08:49:00 +0200 Subject: HONEYCOMB-298 - Elimination of config path leafrefs in operational tree Change-Id: I9fc035df3c90be8a5f17e4a31ff0005d88abbf28 Signed-off-by: Jan Srnicek --- v3po/api/src/main/yang/subinterface-span.yang | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'v3po/api/src/main/yang/subinterface-span.yang') diff --git a/v3po/api/src/main/yang/subinterface-span.yang b/v3po/api/src/main/yang/subinterface-span.yang index 74d33f57c..9308c5d4a 100644 --- a/v3po/api/src/main/yang/subinterface-span.yang +++ b/v3po/api/src/main/yang/subinterface-span.yang @@ -11,6 +11,10 @@ module subinterface-span { - Src: interface |Dst: subinterface - covered by this model"; } + revision "2017-06-07" { + description "Eliminated config leafrefs in operational tree"; + } + import v3po { prefix "v3po"; } @@ -34,7 +38,7 @@ module subinterface-span { augment /if:interfaces-state/if:interface/vpp-vlan:sub-interfaces/vpp-vlan:sub-interface { ext:augment-identifier "vpp-subinterface-span-state-augmentation"; container span-state { - uses v3po:span-attributes; + uses v3po:span-state-attributes; } } } \ No newline at end of file -- cgit 1.2.3-korg