Yang 'refine' feature supported, According to RFC 7950 7.13.2

This commit is contained in:
Olof hagsand 2019-06-05 10:23:49 +02:00
parent 3dba0b5370
commit dc45600074
4 changed files with 239 additions and 74 deletions

View file

@ -16,6 +16,8 @@
* Added clixon_util_regexp utility function
* Added extensive regexp test [test/test_pattern.sh] for both posix and libxml2
* Added regex cache to type resolution
* Yang "refine" feature supported
* According to RFC 7950 7.13.2
* Yang "min-element" and "max-element" feature supported
* According to RFC 7950 7.7.4 and 7.7.5
* See (tests)[test/test_minmax.sh]