mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
528 stars 342 forks source link

Maximum length of Yang String #898

Open kovvadayogesh opened 3 months ago

kovvadayogesh commented 3 months ago

Hello,

Please check the below one definition in yang file

leaf test_leaf_definition { type string; }

just want to know what is the max length of yang string by default?

Awaiting for you reply

mbj4668 commented 3 months ago

There is no max length unless you specify one.