freeconf / yang

Standards-based management for Golang microservices
Apache License 2.0
38 stars 14 forks source link

Error while loading augment with augment string as mentioned in RFC7950 #39

Closed davidmat50 closed 1 year ago

davidmat50 commented 1 year ago

reference: https://www.rfc-editor.org/rfc/rfc7950#section-7.17.3

As per athe above section in RFC, ( augment "/if:interfaces/if:ifEntry" ) should be supported, but we get error. Error: augment target is not found /if:interfaces/if:ifEntry

But if use the augment string as ( augment "/if:interfaces/ifEntry"), loading of module is success.

Please support ( augment "/if:interfaces/if:ifEntry" ) also as mentioned in RFC.

dhubler commented 1 year ago

fixed