mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
537 stars 344 forks source link

default and range #740

Open som-1981 opened 3 years ago

som-1981 commented 3 years ago

By running pyang with some options can we can default value and range of particular parameter. The tree will give only the following:

  1. rw or ro
  2. data type
  3. parameter name
  4. optional or mandatory

Can we get default and range using other options for pyang ?

mbj4668 commented 3 years ago

There is no built-in support for this.