cisco-ie / tdm

Telemetry Data Mapper to ease data discovery, correlation, and usage with YANG, MIBs, etc.
Apache License 2.0
37 stars 4 forks source link

YANG XPath human_id invalid #54

Closed remingtonc closed 4 years ago

remingtonc commented 4 years ago

XPaths are parsed incorrectly and do not include proper prefixing e.g. openconfig-network-instance:network-instances/network-instance/afts/ipv6-unicast/ipv6-entry/state/openconfig-aft-network-instance:origin-network-instance in TDM is currently loaded as simply openconfig-network-instance:network-instances/network-instance/afts/ipv6-unicast/ipv6-entry/state/origin-network-instance. This is less important for OpenConfig overall given the desire to have no prefixing whatsoever when the origin is OpenConfig, but ignore the specific example.