diff options
author | Jan Srnicek <jsrnicek@cisco.com> | 2017-06-09 08:49:00 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-06-12 11:03:27 +0000 |
commit | 16ff1423e52d6ebd174cac867ea91c10750b9389 (patch) | |
tree | de50b209f1b2a2411d3bf3e316aaee98a5db3981 /v3po/api/src/main/yang/subinterface-span.yang | |
parent | 2473ca2213719eafb812681b620ccd09957ff3a8 (diff) |
HONEYCOMB-298 - Elimination of config path leafrefs in operational tree
Change-Id: I9fc035df3c90be8a5f17e4a31ff0005d88abbf28
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'v3po/api/src/main/yang/subinterface-span.yang')
-rw-r--r-- | v3po/api/src/main/yang/subinterface-span.yang | 6 |
1 files changed, 5 insertions, 1 deletions
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 |