Changed invalid number ranges outside type scope.

This commit is contained in:
Olof hagsand 2019-06-25 16:40:04 +02:00
parent 4cd63f6b55
commit 6dec522af1
4 changed files with 73 additions and 8 deletions

View file

@ -72,8 +72,8 @@
* Error messages for invalid number ranges and string lengths have been uniformed and changed.
* Error messages for invalid ranges are now on the form:
```
Number 23 out of range: 1-10
String length 23 out of range: 1-10
Number 23 out of range: 1 - 10
String length 23 out of range: 1 - 10
```
* On validation callbacks, XML_FLAG_ADD is added to all nodes at startup validation, not just the top-level. This is the same behaviour as for steady-state validation.
* All hash_ functions have been prefixed with `clicon_` to avoid name collision with other packages (frr)