-
Notifications
You must be signed in to change notification settings - Fork 314
Description
Following libyang warnings are coming while loading some yang modules.
We tried to identify the root cause but it is little hard for us to find out the exact root cause.
Please help us to identify the issue.
Version used : v0.16-r2
libyang[1]: Identity found, but in a non-implemented module "iana-if-type".
libyang[1]: Failed to resolve identityref "iana-if-type:ieee8023adLag". (path: /openconfig-interfaces:type)
libyang[1]: Previous warning generated by XPath subexpression[95] "openconfig-interfaces:type = 'iana-if-type:ieee8023adLag'".
libyang[1]: Identity used as identityref value is not implemented. (path: /openconfig-interfaces:type)
libyang[1]: Failed to resolve identityref "openconfig-if-types:IF_AGGREGATE". (path: /openconfig-interfaces:type)
libyang[1]: Previous warning generated by XPath subexpression[251] "openconfig-interfaces:type = 'openconfig-if-types:IF_AGGREGATE'".
libyang[1]: Failed to resolve identityref "PATH_SETUP_RSVP". (path: /openconfig-mpls:signaling-protocol)
libyang[1]: Previous warning generated by XPath subexpression[50] "signaling-protocol = 'PATH_SETUP_RSVP'".
libyang[1]: Identityref "signaling-protocol" comparison with identity "PATH_SETUP_RSVP" without prefix, consider adding a prefix or best using "derived-from(-or-self)()" functions.
Thanks,
Prasann