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

yang_enum_int_value() fails if no explicit values are assigned to enums #483

Closed
pprindeville opened this issue Jan 24, 2024 · 1 comment
Closed

Comments

@pprindeville
Copy link
Contributor

The issue seems to be that yang_enum2valstr() gives up here:

    if ((yval = yang_find(yenum, Y_VALUE, NULL)) == NULL)
        goto done;

but the YANG spec states that values are optional.

@pprindeville
Copy link
Contributor Author

Confirmed as fixed.

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

2 participants