You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leafrefs defined within a grouping can't find their target.
Attached is a YANG file and the UML. Test.txt
This YANG file generates this warning from the UML plugin:
Info: Did not find leafref target /testTarget/key2
The text was updated successfully, but these errors were encountered:
I have noticed this issue too. In my case the YANG model validates just fine when run through pyang, but gives these leafref errors when running with -f uml.
Hi I have hopefully fixed this issue within PR #852. It works correctly if using with --uml-inline-groupings option. Without that it will work only if the target node is within the grouping itself.
Leafrefs defined within a grouping can't find their target.
Attached is a YANG file and the UML.
Test.txt
This YANG file generates this warning from the UML plugin:
Info: Did not find leafref target /testTarget/key2
The text was updated successfully, but these errors were encountered: