We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The issue seems to be that yang_enum2valstr() gives up here:
yang_enum2valstr()
if ((yval = yang_find(yenum, Y_VALUE, NULL)) == NULL) goto done;
but the YANG spec states that values are optional.
The text was updated successfully, but these errors were encountered:
Fixed: [yang_enum_int_value() fails if no explicit values are assigne…
a97a06d
…d to enums](#483)
Confirmed as fixed.
Sorry, something went wrong.
No branches or pull requests
The issue seems to be that
yang_enum2valstr()
gives up here:but the YANG spec states that values are optional.
The text was updated successfully, but these errors were encountered: