On 2023-06-19 16:21:50, tom petch wrote:
> [External Email. Be cautious of content]
> 
> 
> Given
>        leaf percentage {
>           type decimal64 {
>             fraction-digits 1;
>             range "0..99";
> is 99.5 a valid value?  It is greater than 99 which is the maximum value 
> permitted.

No - this is the same as "0.0..99.0"

libyang err : Unsatisfied range - value "99.5" is out of the allowed range.

_______________________________________________
netmod mailing list
netmod@ietf.org
https://www.ietf.org/mailman/listinfo/netmod

Reply via email to