diff options
Diffstat (limited to 'ioam/api/src/main/yang/ioam-sb-trace.yang')
-rw-r--r-- | ioam/api/src/main/yang/ioam-sb-trace.yang | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ioam/api/src/main/yang/ioam-sb-trace.yang b/ioam/api/src/main/yang/ioam-sb-trace.yang index 731fda96d..d950e9460 100644 --- a/ioam/api/src/main/yang/ioam-sb-trace.yang +++ b/ioam/api/src/main/yang/ioam-sb-trace.yang @@ -3,7 +3,7 @@ module ioam-sb-trace { namespace "urn:cisco:params:xml:ns:yang:ioam-sb-trace"; prefix ioam-sb-trace; - import ietf-interfaces { prefix ietf-if; } + import ietf-interfaces { prefix if; } organization "Cisco Systems, Inc."; @@ -17,6 +17,12 @@ module ioam-sb-trace { trace elements. "; + revision 2017-03-27 { + description + "ietf-interfaces prefix changed to default value to be compatible with LeafRefContext + (ODL tool for checking leafrefs in runtime)"; + } + revision 2016-05-12 { description "Base model for in-band OAM trace device configuration."; @@ -154,7 +160,7 @@ module ioam-sb-trace { } leaf intf-name { - type ietf-if:interface-ref; + type if:interface-ref; mandatory true; description "Instance of ietf-interfaces:interface-ref"; |