Validating YANG: Augment target node "connect/input" in grouping "connect-grouping" was not found #2166
-
Hi Team I'm trying to validate yang modules with libyang and facing this error.
Below are truncated files, the full version of tailf-common can be found here Any help in finding the cause, I would appreciate it. Thanks
|
Beta Was this translation helpful? Give feedback.
Answered by
michalvasko
Feb 6, 2024
Replies: 1 comment
-
You are targeting an extension ( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
smark28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are targeting an extension (
tailf:action
) by a standardaugment
, it works only for standard schema nodes, no extensions.