Hi,

can I safely replace

    leaf foo {
      type int8 { range "0..100"; };
    }

with

    leaf foo {
      type uint8 { range "0..100"; };
    }

or with

    leaf foo {
      type int32 { range "0..100"; };
    }

or are these a non-backwards compatible changes? Note that the value
set is always the same, however the underlying base type changes. Did
we ever define type equivalence?

/js

-- 
Juergen Schoenwaelder           Jacobs University Bremen gGmbH
Phone: +49 421 200 3587         Campus Ring 1 | 28759 Bremen | Germany
Fax:   +49 421 200 3103         <https://www.jacobs-university.de/>

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

Reply via email to