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
* Previous implementation did not handle nested if-feature expressions
* As part of fixing: [YANG if-feature does not support nested boolean expression](#341)
* Added new yacc/lex parser for if-feature-expr string
Clixon does not support nested boolean expresssions in if-feature argument as described in RFC 7950 Section 7.20.2.
This is noted in https://clixon-docs.readthedocs.io/en/latest/standards.html#yang
Clixon terminates when encountering such a statement.
This was noted when loading the new RFC 9243 ietf-dhcpv6-client YANG module: https://github.com/YangModels/yang/blob/main/standard/ietf/RFC/ietf-dhcpv6-client%402022-06-20.yang
Please fix:
The text was updated successfully, but these errors were encountered: