* [Identityref inside augment statement](https://github.com/clicon/clixon/issues/77)

* Yang-stmt enhanced with "shortcut" to original module
This commit is contained in:
Olof hagsand 2019-03-05 22:41:41 +01:00
parent efe44d60e8
commit 01c8b0b836
7 changed files with 103 additions and 14 deletions

View file

@ -112,12 +112,11 @@ However, the following YANG syntax modules are not implemented:
- min/max-elements
- unique
- action
- refine
Restrictions on Yang types are as follows:
- The range statement for built-in integers does not support multiple values (RFC7950 9.2.4)
- The length statement for built-in strings does not support multiple values (RFC7950 9.4.4)
- Submodules cannot re-use a prefix in an import statement that is already used for another imported module in the module that the submodule belongs to. (see https://github.com/clicon/clixon/issues/60)
- default values on leaf-lists are not supported (RFC7950 7.7.2)
- Default values on leaf-lists are not supported (RFC7950 7.7.2)
## XML