Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

locally scoped YANG typedef in grouping does not work #394

Closed
olofhagsand opened this issue Jan 3, 2023 · 0 comments
Closed

locally scoped YANG typedef in grouping does not work #394

olofhagsand opened this issue Jan 3, 2023 · 0 comments

Comments

@olofhagsand
Copy link
Member

According to RFC 7950 a typedef can appear in a grouping, but this is not currently allowed.
Eg

grouping G {
  typedef T ...;
  leaf L {
     type T;   <------------  this does not work
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant